summaryrefslogtreecommitdiff
path: root/test/irb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-08-30 02:08:16 +0900
committeraycabta <aycabta@gmail.com>2021-08-30 02:45:13 +0900
commitece4ed0da715218168e264aa7067113d48d38a3d (patch)
treea383f9ed44f04681ad0992efdcef2da8ef2b4227 /test/irb
parentb6b2b767ed50cb29d7abb96ab9dcee552cc0470a (diff)
Add --autocomplete / --noautocomplete options
Diffstat (limited to 'test/irb')
-rw-r--r--test/irb/test_context.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb
index 71e8ad1c0d..56878af63f 100644
--- a/test/irb/test_context.rb
+++ b/test/irb/test_context.rb
@@ -159,6 +159,7 @@ module TestIRB
def test_default_config
assert_equal(true, @context.use_colorize?)
+ assert_equal(true, @context.use_autocomplete?)
end
def test_assignment_expression