summaryrefslogtreecommitdiff
path: root/test/irb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-05-21 09:24:09 +0900
committeraycabta <aycabta@gmail.com>2019-05-21 09:24:09 +0900
commitbe0d9c0d26adcf8017d0ce4adf782c1bea2b7240 (patch)
treef249b36a58d0192d51e5e51f8bc5aff101e7c177 /test/irb
parent29c81265c1637245aa331f8d47c5060f4dc79ab0 (diff)
Add "require 'irb'" to use IRB.conf
Diffstat (limited to 'test/irb')
-rw-r--r--test/irb/test_workspace.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/irb/test_workspace.rb b/test/irb/test_workspace.rb
index fe63c3c225..992cdd4516 100644
--- a/test/irb/test_workspace.rb
+++ b/test/irb/test_workspace.rb
@@ -1,6 +1,7 @@
# frozen_string_literal: false
require 'test/unit'
require 'tempfile'
+require 'irb'
require 'irb/workspace'
require 'irb/color'