Commit 3925ce9f authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2312 from take-cheeze/kind_of

Use `assert_kind_of` instead in `Proc#inspect` test.
parents 218d1889 2c451dd1
......@@ -10,7 +10,7 @@ end
assert('Proc#inspect') do
ins = Proc.new{}.inspect
assert_true ins.kind_of? String
assert_kind_of String, ins
end
assert('Proc#lambda?') do
......
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