mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #2312 from take-cheeze/kind_of
Use `assert_kind_of` instead in `Proc#inspect` test.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user