summaryrefslogtreecommitdiff
path: root/spec/commands
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-01 12:49:57 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-12 16:46:30 +0200
commit43b4c56a64931a3b64eecbfc866404ac3c5ef883 (patch)
treecf7b8b162ec0128a4cb40e05a06369dbba63537c /spec/commands
parent78ae7d9ee81cf43257ff9f8e75c05b00f7c80196 (diff)
downloadbundler-43b4c56a64931a3b64eecbfc866404ac3c5ef883.tar.gz
Remove unnecessary expectations
If bundler crashes, specs should fail anyways.
Diffstat (limited to 'spec/commands')
-rw-r--r--spec/commands/outdated_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/commands/outdated_spec.rb b/spec/commands/outdated_spec.rb
index 844781b515..6bba399247 100644
--- a/spec/commands/outdated_spec.rb
+++ b/spec/commands/outdated_spec.rb
@@ -527,7 +527,6 @@ RSpec.describe "bundle outdated" do
it "reports that a gem has a newer version" do
subject
expect(out).to include("activesupport (newest")
- expect(out).to_not include("ERROR REPORT TEMPLATE")
end
end
@@ -583,7 +582,6 @@ RSpec.describe "bundle outdated" do
it "does not detect any version updates" do
subject
expect(out).to include("updates to display.")
- expect(out).to_not include("ERROR REPORT TEMPLATE")
expect(out).to_not include("activesupport (newest")
expect(out).to_not include("weakling (newest")
end