aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/visitors
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/visitors
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/visitors')
-rw-r--r--test/psych/visitors/test_depth_first.rb2
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/test/psych/visitors/test_depth_first.rb b/test/psych/visitors/test_depth_first.rb
index a84f5b6a04..837c8e8c11 100644
--- a/test/psych/visitors/test_depth_first.rb
+++ b/test/psych/visitors/test_depth_first.rb
@@ -1,4 +1,4 @@
-require_relative '../helper'
+require 'psych/helper'
module Psych
module Visitors
diff --git a/test/psych/visitors/test_emitter.rb b/test/psych/visitors/test_emitter.rb
index 7847cea3a5..de27b4588c 100644
--- a/test/psych/visitors/test_emitter.rb
+++ b/test/psych/visitors/test_emitter.rb
@@ -1,4 +1,4 @@
-require_relative '../helper'
+require 'psych/helper'
module Psych
module Visitors
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
diff --git a/test/psych/visitors/test_yaml_tree.rb b/test/psych/visitors/test_yaml_tree.rb
index 1cf0d634c8..df775635bf 100644
--- a/test/psych/visitors/test_yaml_tree.rb
+++ b/test/psych/visitors/test_yaml_tree.rb
@@ -1,4 +1,4 @@
-require_relative '../helper'
+require 'psych/helper'
module Psych
module Visitors