From 9e448999a0b75c45bc3d02d7a3bd1077cae95b8d Mon Sep 17 00:00:00 2001 From: tenderlove Date: Wed, 30 Mar 2011 03:38:53 +0000 Subject: converting require_relative to just regular requires git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/psych/test_yaml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/psych/test_yaml.rb') diff --git a/test/psych/test_yaml.rb b/test/psych/test_yaml.rb index 20bf26e5b4..5c2f6dc3bf 100644 --- a/test/psych/test_yaml.rb +++ b/test/psych/test_yaml.rb @@ -2,7 +2,7 @@ # vim:sw=4:ts=4 # $Id$ # -require_relative 'helper' +require 'psych/helper' # [ruby-core:01946] module Psych_Tests -- cgit v1.2.3