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 | 19bad26c5a6af53ba792cc4ef153488a917254d6 () | |
tree | 8c1d50ae3166438b455d00c1d0d56d6600a87560 /test/rubygems/test_gem_commands_environment_command.rb | |
parent | 78eaef0f8e8005b95c4931bd2eb0c48d52a74f1c (diff) |
* test/rubygems: use require_relative.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | test/rubygems/test_gem_commands_environment_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -require File.join(File.expand_path(File.dirname(__FILE__)), 'gemutilities') require 'rubygems/commands/environment_command' class TestGemCommandsEnvironmentCommand < RubyGemTestCase |