summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-09-03 02:41:07 +0900
committergit <svn-admin@ruby-lang.org>2021-09-03 04:28:38 +0900
commit864b40176de37f01411fb104997a693d5c419b6a (patch)
tree5d4d56ab1ce4ac0b9db2236390f0ed11acbd1325 /test
parenteb92d7c732959ab03deb0ed57aa3167fedb33f84 (diff)
[ruby/irb] Disable autocomplete in yamatanooroti test
https://github.com/ruby/irb/commit/cb9c9c64df
Diffstat (limited to 'test')
-rw-r--r--test/irb/yamatanooroti/test_rendering.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/irb/yamatanooroti/test_rendering.rb b/test/irb/yamatanooroti/test_rendering.rb
index bacc26b31f..b1653f353c 100644
--- a/test/irb/yamatanooroti/test_rendering.rb
+++ b/test/irb/yamatanooroti/test_rendering.rb
@@ -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)