Bug #3039

test/psych should use require_relative

Added by sheepman (Takashi Tamura) about 2 years ago. Updated about 1 year ago.

[ruby-core:29104]
Status:Closed Start date:03/29/2010
Priority:Normal Due date:
Assignee:- % Done:

100%

Category:core
Target version:1.9.2
ruby -v:ruby 1.9.2dev (2010-03-26 trunk 27066) [x86_64-darwin10.2.0]

Description

When make test-all at trunk, load errors on test/psych/helper.rb occur.
Scripts in test/psych/ should use 

 require_relative 'helper'

instead of 

 require 'test/psych/helper'.

Associated revisions

Revision 27095
Added by tenderlovemaking (Aaron Patterson) about 2 years ago

* test/psych/*: switching tests to use relative require. [ruby-core:29104]

History

Updated by Anonymous about 2 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100
This issue was solved with changeset r27095.
Takashi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.

Also available in: Atom PDF