summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_help_command.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-05-12 11:41:32 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-28 11:53:09 +0900
commitf7732ae2eb5ae245aa3089475af8f81c08478349 (patch)
tree6386d035fce2831809f9586c3b5efbc53cc42f46 /test/rubygems/test_gem_commands_help_command.rb
parent59c682097197fee4052b47e4b4ab86562f3eaa9b (diff)
[rubygems/rubygems] Require the new files in `test/` relatively
https://github.com/rubygems/rubygems/commit/c77868a555
Diffstat (limited to 'test/rubygems/test_gem_commands_help_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_help_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_help_command.rb b/test/rubygems/test_gem_commands_help_command.rb
index 24cf2d2250..f6d6dc798f 100644
--- a/test/rubygems/test_gem_commands_help_command.rb
+++ b/test/rubygems/test_gem_commands_help_command.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
require "rubygems"
-require "rubygems/test_case"
+require_relative "test_case"
require "rubygems/commands/help_command"
require "rubygems/package"
require "rubygems/command_manager"