diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb index 662af94b81..908edc3349 100644 --- a/test/irb/test_cmd.rb +++ b/test/irb/test_cmd.rb @@ -383,6 +383,7 @@ module TestIRB "\n", ]) IRB.conf[:PROMPT_MODE] = :SIMPLE + IRB.conf[:VERBOSE] = false irb = IRB::Irb.new(IRB::WorkSpace.new(self), input) out, err = capture_output do irb.eval_input @@ -404,6 +405,7 @@ module TestIRB "\n", ]) IRB.conf[:PROMPT_MODE] = :SIMPLE + IRB.conf[:VERBOSE] = false irb = IRB::Irb.new(IRB::WorkSpace.new(self), input) out, err = capture_output do without_rdoc do