summaryrefslogtreecommitdiff
path: root/spec/support/helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers.rb')
-rw-r--r--spec/support/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index 4852f1ab30..bbcba44b13 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -309,7 +309,7 @@ module Spec
gem_repo = options.fetch(:gem_repo) { gem_repo1 }
gems.each do |g|
path = if g == :bundler
- root + "pkg/bundler-#{Bundler::VERSION}.gem"
+ root + "tmp/bundler-#{Bundler::VERSION}.gem"
elsif g.to_s =~ %r{\A(?:[A-Z]:)?/.*\.gem\z}
g
else