summaryrefslogtreecommitdiff
path: root/spec/install/gems/sources_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gems/sources_spec.rb')
-rw-r--r--spec/install/gems/sources_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/sources_spec.rb b/spec/install/gems/sources_spec.rb
index 0206dc1dbf..9ebb2c1ed8 100644
--- a/spec/install/gems/sources_spec.rb
+++ b/spec/install/gems/sources_spec.rb
@@ -329,7 +329,7 @@ describe "bundle install with gems on multiple sources" do
it "does not unlock the non-path gem after install" do
bundle :install
- bundle %{exec ruby -e 'puts "OK"'}
+ bundle %(exec ruby -e 'puts "OK"')
expect(out).to include("OK")
expect(exitstatus).to eq(0) if exitstatus