diff options
-rw-r--r-- | test/irb/test_cmd.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb index 2fe60a7ca8..ca081b65d5 100644 --- a/test/irb/test_cmd.rb +++ b/test/irb/test_cmd.rb @@ -414,10 +414,8 @@ module TestIRB "help 'String#gsub'\n", "\n", ]) - IRB.conf[:VERBOSE] = false IRB.conf[:PROMPT_MODE] = :SIMPLE irb = IRB::Irb.new(IRB::WorkSpace.new(self), input) - IRB.conf[:MAIN_CONTEXT] = irb.context out, err = capture_output do irb.eval_input end @@ -437,10 +435,8 @@ module TestIRB "help 'String#gsub'\n", "\n", ]) - IRB.conf[:VERBOSE] = false IRB.conf[:PROMPT_MODE] = :SIMPLE irb = IRB::Irb.new(IRB::WorkSpace.new(self), input) - IRB.conf[:MAIN_CONTEXT] = irb.context out, err = capture_output do IRB::TestHelper.without_rdoc do irb.eval_input |