Skip to content

Commit

Permalink
[ruby/irb] Disable pager in eval_history test
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng authored and matzbot committed Dec 3, 2023
1 parent d4b1f56 commit a219746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/irb/test_eval_history.rb
Expand Up @@ -18,6 +18,7 @@ def execute_lines(*lines, conf: {}, main: self, irb_path: nil)
IRB.init_config(nil)
IRB.conf[:VERBOSE] = false
IRB.conf[:PROMPT_MODE] = :SIMPLE
IRB.conf[:USE_PAGER] = false
IRB.conf.merge!(conf)
input = TestInputMethod.new(lines)
irb = IRB::Irb.new(IRB::WorkSpace.new(main), input)
Expand Down

0 comments on commit a219746

Please sign in to comment.