1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
tenderlove 2010-03-29 18:25:57 +00:00
parent a828a658a4
commit 03399d9001
29 changed files with 29 additions and 29 deletions

View file

@ -1,4 +1,4 @@
require 'test/psych/helper'
require_relative 'helper'
class PsychStructWithIvar < Struct.new(:foo)
attr_reader :bar