diff options
author | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-26 14:55:04 +0000 |
---|---|---|
committer | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-26 14:55:04 +0000 |
commit | d85bf93776e18e55a5fccddb649d4e5081702314 (patch) | |
tree | 8fffbc73f63e9d6810c42ac377f04d10568abbd8 /test/psych/test_psych.rb | |
parent | bfb0edbad29074ff186840731069fb202456a7aa (diff) |
* test/psych/test_*.rb: use require_relative to require local library
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/psych/test_psych.rb')
-rw-r--r-- | test/psych/test_psych.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_psych.rb b/test/psych/test_psych.rb index 543367538a..96dde9d5b7 100644 --- a/test/psych/test_psych.rb +++ b/test/psych/test_psych.rb @@ -1,4 +1,4 @@ -require 'psych/helper' +require_relative 'helper' require 'stringio' require 'tempfile' |