summaryrefslogtreecommitdiff
path: root/test/psych/test_parser.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-29 18:25:57 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-29 18:25:57 +0000
commit03399d900191e0cce7183a5d97f8b34e36596640 (patch)
treeef6407e8d1cc1d4ba1bd0229d09f17378717108b /test/psych/test_parser.rb
parenta828a658a421f750857e1e807d80d1a2a847c1c3 (diff)
* test/psych/*: switching tests to use relative require.
[ruby-core:29104] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27095 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 3886994f95..9ef2a41e1d 100644
--- a/test/psych/test_parser.rb
+++ b/test/psych/test_parser.rb
@@ -1,4 +1,4 @@
-require 'test/psych/helper'
+require_relative 'helper'
module Psych
class TestParser < TestCase