aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/irb/test_context.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb
index 469599c11b..96e6fbfc61 100644
--- a/test/irb/test_context.rb
+++ b/test/irb/test_context.rb
@@ -75,5 +75,9 @@ module TestIRB
ensure
$VERBOSE = verbose
end
+
+ def test_default_config
+ assert_equal(true, @context.use_colorize?)
+ end
end
end