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 1032f10d18..5123c20206 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -929,7 +929,7 @@ __FILE__: #{path.to_s.inspect}
context "with a git gem that includes extensions" do
before do
- system_gems :bundler, :keep_path => true
+ system_gems :bundler
build_git "simple_git_binary", &:add_c_extension
bundle! "config set path .bundle"
install_gemfile! <<-G, :system_bundler => true