summaryrefslogtreecommitdiff
path: root/spec/install/gemfile/gemspec_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-05 12:55:56 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-10 17:47:39 +0100
commit9c4c1e04f57d7c6dcfc1dd82f1a9649afc609d58 (patch)
treec29224f1f720204e388a5d082e71ae560f8a9f59 /spec/install/gemfile/gemspec_spec.rb
parent201d9f794116da1cc2cce96a05726276e29a77cf (diff)
downloadbundler-9c4c1e04f57d7c6dcfc1dd82f1a9649afc609d58.tar.gz
Remove unnecessary `:keep_path` parameter
Diffstat (limited to 'spec/install/gemfile/gemspec_spec.rb')
-rw-r--r--spec/install/gemfile/gemspec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gemfile/gemspec_spec.rb b/spec/install/gemfile/gemspec_spec.rb
index fcda3004f5..90e25571e2 100644
--- a/spec/install/gemfile/gemspec_spec.rb
+++ b/spec/install/gemfile/gemspec_spec.rb
@@ -175,7 +175,7 @@ RSpec.describe "bundle install from an existing gemspec" do
s.add_dependency "platform_specific"
end
- system_gems "platform_specific-1.0-java", :path => :bundle_path, :keep_path => true
+ system_gems "platform_specific-1.0-java", :path => :bundle_path
install_gemfile! <<-G
gemspec :path => '#{tmp.join("foo")}'