summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-09-04 02:22:19 +0900
committergit <svn-admin@ruby-lang.org>2021-09-04 02:32:04 +0900
commitf6bc4b9b977d6bc14bba570fce2ded6c046277ac (patch)
treeee0fc76023d14c3df5d20c342b5bff2609866aee /test
parentb7e2f7759de208b6d7b6670095c4079727164cce (diff)
[ruby/irb] Use autocomplete with show doc dialog that uses Reline::Key in tests
https://github.com/ruby/irb/commit/142fc53e9c
Diffstat (limited to 'test')
-rw-r--r--test/irb/yamatanooroti/test_rendering.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/irb/yamatanooroti/test_rendering.rb b/test/irb/yamatanooroti/test_rendering.rb
index b1d52dd2e3..bacc26b31f 100644
--- a/test/irb/yamatanooroti/test_rendering.rb
+++ b/test/irb/yamatanooroti/test_rendering.rb
@@ -26,10 +26,8 @@ begin
end
def test_launch
- # TODO Remove the disabling autocomplete after new versoin of reline gem is released.
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)
@@ -47,7 +45,6 @@ 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)
@@ -87,7 +84,6 @@ 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)