Commit 2c451dd1 authored by take_cheeze's avatar take_cheeze

Use `assert_kind_of` instead.

parent 229e7fe2
......@@ -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