summaryrefslogtreecommitdiff
path: root/spec/bundler/install
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-24 19:48:10 +0200
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-08-16 14:30:23 +0900
commitc11c8b69ea98e698e855b4b1f122a54929582dc7 (patch)
tree046705f2b3f23f47584db085e106595aee066d43 /spec/bundler/install
parent500c3cb6a59eb991567714311e9301eeb377be9d (diff)
[bundler/bundler] Indentation tweak
https://github.com/bundler/bundler/commit/5978a88f33
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2366
Diffstat (limited to 'spec/bundler/install')
-rw-r--r--spec/bundler/install/gemfile/path_spec.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/bundler/install/gemfile/path_spec.rb b/spec/bundler/install/gemfile/path_spec.rb
index cfd85ac73f..36750eaf8f 100644
--- a/spec/bundler/install/gemfile/path_spec.rb
+++ b/spec/bundler/install/gemfile/path_spec.rb
@@ -370,13 +370,13 @@ RSpec.describe "bundle install with explicit source paths" do
end
it "works when the path does not have a gemspec but there is a lockfile" do
- lockfile <<-L
- PATH
- remote: vendor/bar
- specs:
+ lockfile <<~L
+ PATH
+ remote: vendor/bar
+ specs:
- GEM
- remote: http://rubygems.org
+ GEM
+ remote: http://rubygems.org
L
in_app_root { FileUtils.mkdir_p("vendor/bar") }