summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-07-15 11:21:14 +0900
committerKoichi Sasada <ko1@atdot.net>2020-07-15 11:21:14 +0900
commitc87ee8005b496e6c676076afabc962077e799c49 (patch)
treecf4499a9095bf3148db1eb8908ec7595b8642751 /test
parente60cd14d85b35c9e60485e640c08eebf539c1cfc (diff)
rubygems is needed to run solo-file test
Diffstat (limited to 'test')
-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 992cdd4516..15c77315a8 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 'rubygems'
require 'irb'
require 'irb/workspace'
require 'irb/color'