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 irb.eval_input
end end
assert_empty err assert_empty err
assert_pattern_list([:*, /\(Object doesn't support #inspect\)/, assert_equal("(Object doesn't support #inspect)\n=> \n", out)
:*, /=> \n/,
/\s*/], out)
ensure ensure
$VERBOSE = verbose $VERBOSE = verbose
end end