summaryrefslogtreecommitdiff
path: root/spec/commands/exec_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/commands/exec_spec.rb')
-rw-r--r--spec/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index 5123c20206..db3190c32a 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -931,7 +931,7 @@ __FILE__: #{path.to_s.inspect}
before do
system_gems :bundler
build_git "simple_git_binary", &:add_c_extension
- bundle! "config set path .bundle"
+ bundle! "config set --local path .bundle"
install_gemfile! <<-G, :system_bundler => true
gem "simple_git_binary", :git => '#{lib_path("simple_git_binary-1.0")}'
G