[Closed] Can't require test/rubygems/simple_gem when tests run in different directory

Issue #4395 has been updated by Eric H…

Status changed from Assigned to Closed

I think this is fixed.

Bug #4395: Can’t require test/rubygems/simple_gem when tests run in
different directory

Author: Yui NARUSE
Status: Closed
Priority: Normal
Assignee: Eric H.
Category:
Target version: 1.9.2
ruby -v: ruby 1.9.3dev (2011-02-14 trunk 30865) [x86_64-freebsd8.2]

=begin
It fails as following:

  1. Skipped:
    test_require_failed(test/rubygems/simple_gem)
    [/home/naruse/ruby/test/rubygems/test_gem_format.rb:8]:
    cannot load such file – test/rubygems/simple_gem

  2. Skipped:
    test_require_failed(test/rubygems/simple_gem)
    [/home/naruse/ruby/test/rubygems/test_gem_validator.rb:8]:
    cannot load such file – test/rubygems/simple_gem

Line 8 of test/rubygems/test_gem_format.rb should use
require_relative.
=end

2011/5/14 Eric H. [email protected]:

Issue #4395 has been updated by Eric H…

Status changed from Assigned to Closed

I think this is fixed.

Can you please write commit number?

thanks.