Skip to content

Commit

Permalink
More rename ubygems.rb.
Browse files Browse the repository at this point in the history
  Follow up 4cb0e5b
  • Loading branch information
hsbt committed Oct 7, 2017
1 parent 4cb0e5b commit 267de72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/test_gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ def test_looks_for_gemdeps_files_automatically_on_start_in_parent_dir

path = File.join @tempdir, "gem.deps.rb"
cmd = [Gem.ruby.dup.untaint, "-Csub1", "-I#{LIB_PATH.untaint}",
"-I#{BUNDLER_LIB_PATH.untaint}", "-rubygems"]
"-I#{BUNDLER_LIB_PATH.untaint}", "-rrubygems"]
if RUBY_VERSION < '1.9'
cmd << "-e 'puts Gem.loaded_specs.values.map(&:full_name).sort'"
cmd = cmd.join(' ')
Expand Down

0 comments on commit 267de72

Please sign in to comment.