зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Remove unneeded explicit requires
https://github.com/rubygems/rubygems/commit/583316bf49
This commit is contained in:
Родитель
df39476a12
Коммит
c6979feb02
|
@ -1666,7 +1666,7 @@ class TestGem < Gem::TestCase
|
|||
|
||||
path = File.join @tempdir, "gem.deps.rb"
|
||||
cmd = [Gem.ruby, "-I#{LIB_PATH}",
|
||||
"-I#{BUNDLER_LIB_PATH}", "-rrubygems"]
|
||||
"-I#{BUNDLER_LIB_PATH}"]
|
||||
cmd << "-eputs Gem.loaded_specs.values.map(&:full_name).sort"
|
||||
|
||||
File.open path, "w" do |f|
|
||||
|
@ -1704,7 +1704,7 @@ class TestGem < Gem::TestCase
|
|||
|
||||
path = File.join @tempdir, "gem.deps.rb"
|
||||
cmd = [Gem.ruby, "-Csub1", "-I#{LIB_PATH}",
|
||||
"-I#{BUNDLER_LIB_PATH}", "-rrubygems"]
|
||||
"-I#{BUNDLER_LIB_PATH}"]
|
||||
cmd << "-eputs Gem.loaded_specs.values.map(&:full_name).sort"
|
||||
|
||||
File.open path, "w" do |f|
|
||||
|
|
Загрузка…
Ссылка в новой задаче