diff options
author | Colby Swandale <colby@taplaboratories.com> | 2017-01-27 16:26:55 +1100 |
---|---|---|
committer | Colby Swandale <colby@taplaboratories.com> | 2017-01-27 16:26:55 +1100 |
commit | f903ba891e27e1b18a7a7aebb49a2715c6efff33 (patch) | |
tree | fe0ccf568551cfb33b693973d23f0737f2f5e536 /spec/commands | |
parent | 69d7f2e13ef1c184ad82907ea8e734fe2b726629 (diff) | |
download | bundler-f903ba891e27e1b18a7a7aebb49a2715c6efff33.tar.gz |
remove redundant bundle install
Diffstat (limited to 'spec/commands')
-rw-r--r-- | spec/commands/show_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/commands/show_spec.rb b/spec/commands/show_spec.rb index 28e6433c06..901d8acb7d 100644 --- a/spec/commands/show_spec.rb +++ b/spec/commands/show_spec.rb @@ -174,8 +174,6 @@ RSpec.describe "bundle show" do gem "rails" G - bundle "install" - update_repo2 do build_gem "rails", '3.0.0' do |s| s.executables = "rails" |