summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-09 17:36:42 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-14 18:52:20 +0100
commit844e3499ac3b5c584d40b83ca177b7d6d885beb6 (patch)
treea4fea59bed81832d7d2db99219516ecf19b0ae8a
parenteb8bb8d5ec2e4a5b09256822adbb3892f3fb90b0 (diff)
downloadbundler-844e3499ac3b5c584d40b83ca177b7d6d885beb6.tar.gz
Remove duplicated spec
This case `bundle info rails` is already tested at the beginning of the file. Plus, the description is misleading since no `--path` option is given here.
-rw-r--r--spec/commands/info_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/commands/info_spec.rb b/spec/commands/info_spec.rb
index c2eaa94380..76cbda2612 100644
--- a/spec/commands/info_spec.rb
+++ b/spec/commands/info_spec.rb
@@ -46,12 +46,5 @@ RSpec.describe "bundle info" do
expect(out).to_not include("Homepage:")
end
end
-
- context "given --path option" do
- it "prints the path to the gem" do
- bundle "info rails"
- expect(out).to eq(default_bundle_path("gems", "rails-2.3.2").to_s)
- end
- end
end
end