outdated: Update tests for deprecation warning

This commit is contained in:
William Ma 2020-07-20 16:16:18 -04:00
parent b4f8e23ee1
commit fa0f6f4d5b

View File

@ -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