aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/test_parser.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-30 03:38:53 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-30 03:38:53 +0000
commit9e448999a0b75c45bc3d02d7a3bd1077cae95b8d (patch)
treea7fd174431b1d31abc7cc7ab317e92e5f12f5515 /test/psych/test_parser.rb
parent66ead6f2f04a667d45c5cc1eeabdd1e25ee1d60c (diff)
downloadruby-9e448999a0b75c45bc3d02d7a3bd1077cae95b8d.tar.gz
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/test_parser.rb')
-rw-r--r--test/psych/test_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_parser.rb b/test/psych/test_parser.rb
index a60a0c6d86..decb241d19 100644
--- a/test/psych/test_parser.rb
+++ b/test/psych/test_parser.rb
@@ -1,6 +1,6 @@
# coding: utf-8
-require_relative 'helper'
+require 'psych/helper'
module Psych
class TestParser < TestCase