diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-25 23:19:35 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-25 23:19:35 +0900 |
| commit | 6cf5618b44962a35886629be4782c872e56ae428 (patch) | |
| tree | 49e4da9886692f364bf594c66cee1a7060d08cd9 /mrbgems/mruby-proc-ext/test/proc.rb | |
| parent | 6d6957078eb56d95af3c729bb172765bf610ef54 (diff) | |
| parent | 84116c26c9eb910a7ccdf9f49172a6c9df9dab2a (diff) | |
| download | mruby-6cf5618b44962a35886629be4782c872e56ae428.tar.gz mruby-6cf5618b44962a35886629be4782c872e56ae428.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'mrbgems/mruby-proc-ext/test/proc.rb')
| -rw-r--r-- | mrbgems/mruby-proc-ext/test/proc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-proc-ext/test/proc.rb b/mrbgems/mruby-proc-ext/test/proc.rb index 0f5ecfb94..1565873a0 100644 --- a/mrbgems/mruby-proc-ext/test/proc.rb +++ b/mrbgems/mruby-proc-ext/test/proc.rb @@ -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 |
