diff options
author | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-03-30 03:38:53 +0000 |
---|---|---|
committer | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-03-30 03:38:53 +0000 |
commit | 9e448999a0b75c45bc3d02d7a3bd1077cae95b8d (patch) | |
tree | a7fd174431b1d31abc7cc7ab317e92e5f12f5515 /test/psych/visitors/test_to_ruby.rb | |
parent | 66ead6f2f04a667d45c5cc1eeabdd1e25ee1d60c (diff) |
converting require_relative to just regular requires
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/psych/visitors/test_to_ruby.rb')
-rw-r--r-- | test/psych/visitors/test_to_ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/visitors/test_to_ruby.rb b/test/psych/visitors/test_to_ruby.rb index b5b8e1443d..5b0702cf1a 100644 --- a/test/psych/visitors/test_to_ruby.rb +++ b/test/psych/visitors/test_to_ruby.rb @@ -1,4 +1,4 @@ -require_relative '../helper' +require 'psych/helper' module Psych module Visitors |