summaryrefslogtreecommitdiff
path: root/spec/update
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:29:42 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:29:42 -0600
commit5782a9f536ba4440d74e4d4fcda25b26721982b3 (patch)
tree23816f305bcbc5b78d63f5327ac03c67f7dda5b7 /spec/update
parentf25e6bfc5f2beb2c1b509460c4491b3fb0f7c719 (diff)
downloadbundler-5782a9f536ba4440d74e4d4fcda25b26721982b3.tar.gz
[RuboCop] Enable Style/PercentLiteralDelimiters
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