File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4747
4848RUBY_PLATFORM = 'opal'
4949RUBY_ENGINE = 'opal'
50- RUBY_VERSION = '2.0.0 '
50+ RUBY_VERSION = '1.9.3 '
5151RUBY_ENGINE_VERSION = '0.5.3'
5252RUBY_RELEASE_DATE = '2013-11-20'
Original file line number Diff line number Diff line change 7171
7272 it "includes RUBY_VERSION" do
7373 Object . const_defined? ( :RUBY_VERSION ) . should == true
74- RUBY_VERSION . should == "2.0.0 "
74+ RUBY_VERSION . should == "1.9.3 "
7575 end
7676
7777 it "includes RUBY_RELEASE_DATE" do
Original file line number Diff line number Diff line change 3636 fails "String#to_sym special cases +(binary) and -(binary)"
3737
3838 fails "String#upcase is locale insensitive (only replaces a-z)"
39+
40+ # 1.9.3 => 2.0
41+ fails "String#end_with? ignores arguments not convertible to string"
3942end
Original file line number Diff line number Diff line change 1010 fails "Enumerator#rewind does nothing if the object doesn't have a #rewind method"
1111 fails "Enumerator#rewind works with peek to reset the position"
1212 fails "Enumerator#rewind calls the enclosed object's rewind method if one exists"
13+
14+ # 1.9.3 => 2.0
15+ fails "Enumerator.new ignores block if arg given"
1316end
You can’t perform that action at this time.
0 commit comments