From 19bad26c5a6af53ba792cc4ef153488a917254d6 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 3 Oct 2009 15:59:29 +0000 Subject: * test/rubygems: use require_relative. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_commands_outdated_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rubygems/test_gem_commands_outdated_command.rb') diff --git a/test/rubygems/test_gem_commands_outdated_command.rb b/test/rubygems/test_gem_commands_outdated_command.rb index 7ea3d8d2be..8b0d8fe6f0 100644 --- a/test/rubygems/test_gem_commands_outdated_command.rb +++ b/test/rubygems/test_gem_commands_outdated_command.rb @@ -1,4 +1,4 @@ -require File.join(File.expand_path(File.dirname(__FILE__)), 'gemutilities') +require_relative 'gemutilities' require 'rubygems/commands/outdated_command' class TestGemCommandsOutdatedCommand < RubyGemTestCase -- cgit v1.2.3