diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-04-05 11:54:43 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-04-08 13:04:25 +0200 |
commit | ba9031c2895f70ba456da8cbf20716373939e975 (patch) | |
tree | 7c18c0b1aeee5269b8f0bae65a115c4c3cdedcc8 | |
parent | 48e767da514bb2280b7694a97797eab3904f0442 (diff) | |
download | bundler-ba9031c2895f70ba456da8cbf20716373939e975.tar.gz |
Remove redundant `bundle! :install`
`install_gemfile!` already runs that.
-rw-r--r-- | spec/commands/list_spec.rb | 2 |
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 |