Use simple assersion

This commit is contained in:
aycabta 2020-07-22 03:13:10 +09:00
parent 1d0e8fd4bb
commit 0faf02718a

View File

@ -108,9 +108,7 @@ module TestIRB
irb.eval_input
end
assert_empty err
assert_pattern_list([:*, /\(Object doesn't support #inspect\)/,
:*, /=> \n/,
/\s*/], out)
assert_equal("(Object doesn't support #inspect)\n=> \n", out)
ensure
$VERBOSE = verbose
end