mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Disable autocomplete in yamatanooroti test
https://github.com/ruby/irb/commit/cb9c9c64df
This commit is contained in:
parent
eb92d7c732
commit
864b40176d
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,7 @@ begin
|
|||
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)
|
||||
|
@ -45,6 +46,7 @@ begin
|
|||
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)
|
||||
|
@ -84,6 +86,7 @@ begin
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue