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:
parent
78eaef0f8e
commit
19bad26c5a
67 changed files with 70 additions and 80 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue