Commit e44c3fc8 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Don't check ObjectID of Kernel#to_s. Only class check of instance

parent f0f113ef
...@@ -337,5 +337,5 @@ assert('Kernel#singleton_methods', '15.3.1.3.45') do ...@@ -337,5 +337,5 @@ assert('Kernel#singleton_methods', '15.3.1.3.45') do
end end
assert('Kernel#to_s', '15.3.1.3.46') do assert('Kernel#to_s', '15.3.1.3.46') do
to_s == '#<Object:0x0>' to_s.class == String
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment