1
0
Fork 0
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:
David Rodríguez 2021-05-12 11:35:19 +02:00 committed by Hiroshi SHIBATA
parent f7d661e783
commit 59c6820971
4 changed files with 1 additions and 1 deletions

View file

@ -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