summaryrefslogtreecommitdiff
path: root/spec/commands
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-27 12:26:20 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-12 16:46:30 +0200
commit78ae7d9ee81cf43257ff9f8e75c05b00f7c80196 (patch)
treecd8dd91dd3b18497411f11563de254acdb51c7d8 /spec/commands
parent17e71ea01291b2f9ee2417c31bbe95efb9602767 (diff)
downloadbundler-78ae7d9ee81cf43257ff9f8e75c05b00f7c80196.tar.gz
Remove outdated header
I don't think it adds much to the output?
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 9ae74f4c31..844781b515 100644
--- a/spec/commands/outdated_spec.rb
+++ b/spec/commands/outdated_spec.rb
@@ -517,7 +517,6 @@ RSpec.describe "bundle outdated" do
G
bundle "outdated"
- expect(out).to include("Outdated gems included in the bundle:")
expect(out).to include("laduradura (newest 5.15.3, installed 5.15.2, requested = 5.15.2)")
end
end
@@ -527,7 +526,6 @@ RSpec.describe "bundle outdated" do
shared_examples_for "version update is detected" do
it "reports that a gem has a newer version" do
subject
- expect(out).to include("Outdated gems included in the bundle:")
expect(out).to include("activesupport (newest")
expect(out).to_not include("ERROR REPORT TEMPLATE")
end