1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/rubygems: use require_relative.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-10-03 15:59:29 +00:00
parent 78eaef0f8e
commit 19bad26c5a
67 changed files with 70 additions and 80 deletions

View file

@ -4,7 +4,7 @@
# See LICENSE.txt for permissions.
#++
require File.join(File.expand_path(File.dirname(__FILE__)), 'gemutilities')
require_relative 'gemutilities'
require 'rubygems/commands/check_command'
class TestGemCommandsCheckCommand < RubyGemTestCase