diff options
Diffstat (limited to 'spec/update/path_spec.rb')
-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 |