diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2015-10-02 14:47:17 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2015-10-02 14:47:17 -0500 |
commit | 3b9841200a12ac059a7564847ad2a02e0fa29ab0 (patch) | |
tree | 741bd509bcebf65b38819794ae57d4073d4ff7ec /spec/update | |
parent | 04ce5ce65b8753e948ac2ab96234f65de3d2a47d (diff) | |
download | bundler-3b9841200a12ac059a7564847ad2a02e0fa29ab0.tar.gz |
[Path] Update spec for wrapping path in backticks
Diffstat (limited to 'spec/update')
-rw-r--r-- | spec/update/path_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/update/path_spec.rb b/spec/update/path_spec.rb index ff09cd7fa6..79d8caa945 100644 --- a/spec/update/path_spec.rb +++ b/spec/update/path_spec.rb @@ -12,7 +12,7 @@ describe "path sources" do build_lib "activesupport", "3.0", :path => lib_path("rails/activesupport") bundle "update --source activesupport" - 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 |