Commit 8bed6637 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #472 from bovi/kernel-to-s-test

Don't check ObjectID of Kernel#to_s. Only class check of instance
parents ef17231b e44c3fc8
...@@ -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