mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
spec/ruby/optional/capi/constants_spec.rb: Data is deprecated now
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
defcaf89dd
commit
b8d15b7e47
1 changed files with 4 additions and 2 deletions
|
@ -25,8 +25,10 @@ describe "C-API constant" do
|
||||||
@s.rb_mComparable.should == Comparable
|
@s.rb_mComparable.should == Comparable
|
||||||
end
|
end
|
||||||
|
|
||||||
specify "rb_cData references the Data class" do
|
ruby_version_is ""..."2.5" do
|
||||||
@s.rb_cData.should == Data
|
specify "rb_cData references the Data class" do
|
||||||
|
@s.rb_cData.should == Data
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
specify "rb_mEnumerable references the Enumerable module" do
|
specify "rb_mEnumerable references the Enumerable module" do
|
||||||
|
|
Loading…
Reference in a new issue