diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-03 15:59:29 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-03 15:59:29 +0000 |
| commit | 1ce55414858322dc497b48828bbad18bdbe254ce (patch) | |
| tree | 8c1d50ae3166438b455d00c1d0d56d6600a87560 /test/rubygems/test_gem_command.rb | |
| parent | db89a8eb84fb370befe99999c9ce4bddcf6616e7 (diff) | |
| download | ruby-1ce55414858322dc497b48828bbad18bdbe254ce.tar.gz ruby-1ce55414858322dc497b48828bbad18bdbe254ce.tar.xz ruby-1ce55414858322dc497b48828bbad18bdbe254ce.zip | |
* test/rubygems: use require_relative.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rubygems/test_gem_command.rb')
| -rw-r--r-- | test/rubygems/test_gem_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_command.rb b/test/rubygems/test_gem_command.rb index 7a48c842b..2fb1bb1ca 100644 --- a/test/rubygems/test_gem_command.rb +++ b/test/rubygems/test_gem_command.rb @@ -5,7 +5,7 @@ # See LICENSE.txt for permissions. #++ -require File.join(File.expand_path(File.dirname(__FILE__)), 'gemutilities') +require_relative 'gemutilities' require 'rubygems/command' class Gem::Command |
