aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/visitors
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/visitors
parenta828a658a421f750857e1e807d80d1a2a847c1c3 (diff)
downloadruby-03399d900191e0cce7183a5d97f8b34e36596640.tar.gz
* 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/visitors')
-rw-r--r--test/psych/visitors/test_emitter.rb2
-rw-r--r--test/psych/visitors/test_to_ruby.rb2
-rw-r--r--test/psych/visitors/test_yaml_tree.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/psych/visitors/test_emitter.rb b/test/psych/visitors/test_emitter.rb
index 42987d113c..bdae1bd855 100644
--- a/test/psych/visitors/test_emitter.rb
+++ b/test/psych/visitors/test_emitter.rb
@@ -1,4 +1,4 @@
-require 'test/psych/helper'
+require_relative '../helper'
module Psych
module Visitors
diff --git a/test/psych/visitors/test_to_ruby.rb b/test/psych/visitors/test_to_ruby.rb
index 87712f71ba..8ad41dbe7d 100644
--- a/test/psych/visitors/test_to_ruby.rb
+++ b/test/psych/visitors/test_to_ruby.rb
@@ -1,4 +1,4 @@
-require 'test/psych/helper'
+require_relative '../helper'
module Psych
module Visitors
diff --git a/test/psych/visitors/test_yaml_tree.rb b/test/psych/visitors/test_yaml_tree.rb
index 7dab85dc5b..7f6f502b1c 100644
--- a/test/psych/visitors/test_yaml_tree.rb
+++ b/test/psych/visitors/test_yaml_tree.rb
@@ -1,4 +1,4 @@
-require 'test/psych/helper'
+require_relative '../helper'
module Psych
module Visitors