summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-05 11:54:43 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-08 13:04:25 +0200
commitba9031c2895f70ba456da8cbf20716373939e975 (patch)
tree7c18c0b1aeee5269b8f0bae65a115c4c3cdedcc8
parent48e767da514bb2280b7694a97797eab3904f0442 (diff)
downloadbundler-ba9031c2895f70ba456da8cbf20716373939e975.tar.gz
Remove redundant `bundle! :install`
`install_gemfile!` already runs that.
-rw-r--r--spec/commands/list_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/commands/list_spec.rb b/spec/commands/list_spec.rb
index 613249cc59..50d1a60f5f 100644
--- a/spec/commands/list_spec.rb
+++ b/spec/commands/list_spec.rb
@@ -93,8 +93,6 @@ RSpec.describe "bundle list", :bundler => ">= 2" do
gem "git_test", :git => "#{lib_path("git_test")}"
gemspec :path => "#{tmp.join("gemspec_test")}"
G
-
- bundle! "install"
end
it "prints the path of each gem in the bundle" do