aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_commands_server_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_server_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_server_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_server_command.rb b/test/rubygems/test_gem_commands_server_command.rb
index 64ecbeb1f0..5b4faae06e 100644
--- a/test/rubygems/test_gem_commands_server_command.rb
+++ b/test/rubygems/test_gem_commands_server_command.rb
@@ -1,4 +1,4 @@
-require File.join(File.expand_path(File.dirname(__FILE__)), 'gemutilities')
+require_relative 'gemutilities'
require 'rubygems/commands/server_command'
class TestGemCommandsServerCommand < RubyGemTestCase