summaryrefslogtreecommitdiff
path: root/spec/update
diff options
context:
space:
mode:
Diffstat (limited to 'spec/update')
-rw-r--r--spec/update/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb
index f61e561179..465f451a58 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -203,7 +203,7 @@ describe "bundle update" do
gem "rack", :git => "#{lib_path("rack-0.8")}", :branch => "master"
G
- bundle %|config local.rack #{lib_path("local-rack")}|
+ bundle %(config local.rack #{lib_path("local-rack")})
bundle "update rack"
expect(out).to include("Bundle updated!")
end