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_encoding.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/psych/test_encoding.rb') diff --git a/test/psych/test_encoding.rb b/test/psych/test_encoding.rb index 4690621168..9d290f1c0a 100644 --- a/test/psych/test_encoding.rb +++ b/test/psych/test_encoding.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -require 'test/psych/helper' +require_relative 'helper' module Psych class TestEncoding < TestCase -- cgit v1.2.3