mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Copy files specific to testing rubygems to test
https://github.com/rubygems/rubygems/commit/aa390a3500
This commit is contained in:
parent
f7d661e783
commit
59c6820971
4 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@ Also, a list:
|
|||
end
|
||||
|
||||
def ruby_with_rubygems_in_load_path
|
||||
[Gem.ruby, "-I", File.expand_path("..", __dir__)]
|
||||
[Gem.ruby, "-I", File.expand_path("../../lib", __dir__)]
|
||||
end
|
||||
|
||||
def with_clean_path_to_ruby
|
Loading…
Add table
Reference in a new issue