From fa0f6f4d5b562bba433881cbfab6353d279c90f2 Mon Sep 17 00:00:00 2001 From: William Ma Date: Mon, 20 Jul 2020 16:16:18 -0400 Subject: [PATCH] outdated: Update tests for deprecation warning --- Library/Homebrew/test/cmd/outdated_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/test/cmd/outdated_spec.rb b/Library/Homebrew/test/cmd/outdated_spec.rb index 54a6593285..bb594a1aae 100644 --- a/Library/Homebrew/test/cmd/outdated_spec.rb +++ b/Library/Homebrew/test/cmd/outdated_spec.rb @@ -23,7 +23,6 @@ describe "brew outdated", :integration_test do expect { brew "outdated", "--json=v1" } .to output(expected_json + "\n").to_stdout - .and not_to_output.to_stderr .and be_a_success end end