summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-09-03 02:50:59 +0900
committergit <svn-admin@ruby-lang.org>2021-09-03 04:28:45 +0900
commit5458f23de24352d115b85470af831ce746a7fb39 (patch)
tree1d643238cc5ef70e9d2bee6f781ff46fc835f938 /test
parent864b40176de37f01411fb104997a693d5c419b6a (diff)
[ruby/irb] Add TODO comment to remove disabling autocomplete later
https://github.com/ruby/irb/commit/856f001b60
Diffstat (limited to 'test')
-rw-r--r--test/irb/yamatanooroti/test_rendering.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/irb/yamatanooroti/test_rendering.rb b/test/irb/yamatanooroti/test_rendering.rb
index b1653f353c..b1d52dd2e3 100644
--- a/test/irb/yamatanooroti/test_rendering.rb
+++ b/test/irb/yamatanooroti/test_rendering.rb
@@ -26,6 +26,7 @@ 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