File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
spec/ruby/library/rbconfig Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020 end
2121 end
2222
23- # ruby_version_is "3.1" do
24- # it "is 13.1 for Ruby 3.1" do
25- # RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "13.1"
26- # end
27- # end
23+ ruby_version_is "3.1" ... "3.2 " do
24+ it "is 13.1 for Ruby 3.1" do
25+ RbConfig ::CONFIG [ 'UNICODE_EMOJI_VERSION' ] . should == "13.1"
26+ end
27+ end
2828
2929 ruby_version_is "3.2" do
3030 it "is 14.0 for Ruby 3.2" do
Original file line number Diff line number Diff line change 2020 end
2121 end
2222
23- # ruby_version_is "3.1" do
24- # it "is 13.0.0 for Ruby 3.1" do
25- # RbConfig::CONFIG['UNICODE_VERSION'].should == "13.0.0"
26- # end
27- # end
23+ ruby_version_is "3.1" ... "3.2 " do
24+ it "is 13.0.0 for Ruby 3.1" do
25+ RbConfig ::CONFIG [ 'UNICODE_VERSION' ] . should == "13.0.0"
26+ end
27+ end
2828
2929 ruby_version_is "3.2" do
3030 it "is 14.0.0 for Ruby 3.2" do
You can’t perform that action at this time.
0 commit comments