From 03399d900191e0cce7183a5d97f8b34e36596640 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Mon, 29 Mar 2010 18:25:57 +0000 Subject: * 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 --- test/psych/test_psych.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/psych/test_psych.rb') diff --git a/test/psych/test_psych.rb b/test/psych/test_psych.rb index b07af815af..fce070fa39 100644 --- a/test/psych/test_psych.rb +++ b/test/psych/test_psych.rb @@ -1,4 +1,4 @@ -require 'test/psych/helper' +require_relative 'helper' class TestPsych < Psych::TestCase def test_dump_stream -- cgit v1.2.3