From 78ae7d9ee81cf43257ff9f8e75c05b00f7c80196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 27 Sep 2019 12:26:20 +0200 Subject: Remove outdated header I don't think it adds much to the output? --- spec/commands/outdated_spec.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/commands') 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 -- cgit v1.2.1