Sometimes result indicator (=>) isn't shown
This commit is contained in:
parent
0faf02718a
commit
ee2529dffe
@ -108,7 +108,7 @@ module TestIRB
|
|||||||
irb.eval_input
|
irb.eval_input
|
||||||
end
|
end
|
||||||
assert_empty err
|
assert_empty err
|
||||||
assert_equal("(Object doesn't support #inspect)\n=> \n", out)
|
assert(/\(Object doesn't support #inspect\)\n(=> )?\n/, out)
|
||||||
ensure
|
ensure
|
||||||
$VERBOSE = verbose
|
$VERBOSE = verbose
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user