summaryrefslogtreecommitdiff
path: root/spec/support/builders.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-07-28 12:27:56 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-08-02 15:04:28 -0500
commit3e25cb850e922e58ab551abeadb42f413c2ebb52 (patch)
treebb6dc018041c95bc5c2925786c74ff74e76cde96 /spec/support/builders.rb
parent8b2be1b2a373aed884ee8f0b2f3dc0e792729340 (diff)
downloadbundler-3e25cb850e922e58ab551abeadb42f413c2ebb52.tar.gz
Move the gem_command helper to existing execution infrastructure
Diffstat (limited to 'spec/support/builders.rb')
-rw-r--r--spec/support/builders.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/builders.rb b/spec/support/builders.rb
index 058b7f1033..71e76a8c20 100644
--- a/spec/support/builders.rb
+++ b/spec/support/builders.rb
@@ -376,7 +376,7 @@ module Spec
@_build_repo = File.basename(path)
yield
with_gem_path_as Path.base_system_gems do
- Dir.chdir(path) { gem_command :generate_index }
+ Dir.chdir(path) { gem_command! :generate_index }
end
ensure
@_build_path = nil