summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-05-31 20:23:50 -0700
committerAndre Arko <andre@arko.net>2016-05-31 20:23:50 -0700
commit15da9a4f18fcb6b188daf60bf899d6cd83652339 (patch)
tree7cb3671e6af85d97189799d65dae3c57ea6db50c
parent91db27c2ede378619912bcca4fc30dbcea205148 (diff)
downloadbundler-15da9a4f18fcb6b188daf60bf899d6cd83652339.tar.gz
match path quoting
-rw-r--r--spec/update/path_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/update/path_spec.rb b/spec/update/path_spec.rb
index 210ba00398..9ae6799bb1 100644
--- a/spec/update/path_spec.rb
+++ b/spec/update/path_spec.rb
@@ -27,7 +27,7 @@ describe "bundle update" do
build_lib "activesupport", "3.0", :path => lib_path("rails/activesupport")
bundle "update --source activesupport --verbose"
- expect(out).to include("Using activesupport 3.0 (was 2.3.5) from source at #{lib_path("rails/activesupport")}")
+ expect(out).to include("Using activesupport 3.0 (was 2.3.5) from source at `#{lib_path("rails/activesupport")}`")
end
end
end