diff options
| author | Samuel E. Giddins <segiddins@segiddins.me> | 2015-07-15 20:52:48 -0700 |
|---|---|---|
| committer | Samuel E. Giddins <segiddins@segiddins.me> | 2015-07-15 20:52:48 -0700 |
| commit | a77ca278809d7f31fa51e4b821faed86324c8275 (patch) | |
| tree | da1c6c68b24fdcab9acfc07b6a352a39af1c6f4e /spec/update/path_spec.rb | |
| parent | af694073229af89af205d24ff449f51f74316a37 (diff) | |
| download | bundler-a77ca278809d7f31fa51e4b821faed86324c8275.tar.gz | |
[RuboCop] Enable Style/StringLiterals
Diffstat (limited to 'spec/update/path_spec.rb')
| -rw-r--r-- | spec/update/path_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/update/path_spec.rb b/spec/update/path_spec.rb index fdc4615b8a..ff09cd7fa6 100644 --- a/spec/update/path_spec.rb +++ b/spec/update/path_spec.rb @@ -6,13 +6,13 @@ describe "path sources" do build_lib "activesupport", "2.3.5", :path => lib_path("rails/activesupport") install_gemfile <<-G - gem "activesupport", :path => "#{lib_path('rails/activesupport')}" + gem "activesupport", :path => "#{lib_path("rails/activesupport")}" G 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 |
