Skip to content

Commit

Permalink
Disable autocomplete in yamatanooroti test
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Sep 2, 2021
1 parent 6370a5d commit cb9c9c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/irb/yamatanooroti/test_rendering.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def teardown
def test_launch
write_irbrc <<~'LINES'
puts 'start IRB'
IRB.conf[:USE_AUTOCOMPLETE] = false
LINES
start_terminal(25, 80, %W{ruby -I#{@pwd}/lib #{@pwd}/exe/irb}, startup_message: 'start IRB')
write(<<~EOC)
Expand All @@ -45,6 +46,7 @@ def test_launch
def test_multiline_paste
write_irbrc <<~'LINES'
puts 'start IRB'
IRB.conf[:USE_AUTOCOMPLETE] = false
LINES
start_terminal(25, 80, %W{ruby -I#{@pwd}/lib #{@pwd}/exe/irb}, startup_message: 'start IRB')
write(<<~EOC)
Expand Down Expand Up @@ -84,6 +86,7 @@ def b; true; end
def test_evaluate_each_toplevel_statement_by_multiline_paste
write_irbrc <<~'LINES'
puts 'start IRB'
IRB.conf[:USE_AUTOCOMPLETE] = false
LINES
start_terminal(40, 80, %W{ruby -I#{@pwd}/lib #{@pwd}/exe/irb}, startup_message: 'start IRB')
write(<<~EOC)
Expand Down

0 comments on commit cb9c9c6

Please sign in to comment.