summaryrefslogtreecommitdiff
path: root/test/irb/test_workspace.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-02-19 11:34:28 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-02-19 11:34:32 +0900
commit1dca87cf537f385c6f1a5050a0070598c1c0dc2a (patch)
treea974885df2b4a6875ac7b34170f445abef493ed6 /test/irb/test_workspace.rb
parentc14d295afd45d1edd08c23048f7719bca3c79072 (diff)
Load rubygems explicitly for tests of test/irb
Diffstat (limited to 'test/irb/test_workspace.rb')
-rw-r--r--test/irb/test_workspace.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/irb/test_workspace.rb b/test/irb/test_workspace.rb
index 8c7310578a..199ce95a37 100644
--- a/test/irb/test_workspace.rb
+++ b/test/irb/test_workspace.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: false
require 'tempfile'
-require 'rubygems'
require 'irb'
require 'irb/workspace'
require 'irb/color'