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:
parent
a828a658a4
commit
03399d9001
29 changed files with 29 additions and 29 deletions
|
|
@ -1,4 +1,4 @@
|
|||
require 'test/psych/helper'
|
||||
require_relative 'helper'
|
||||
|
||||
class PsychStructWithIvar < Struct.new(:foo)
|
||||
attr_reader :bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue