1
0
Fork 0
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:
nobu 2017-11-29 10:38:36 +00:00
parent defcaf89dd
commit b8d15b7e47

View file

@ -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