determine-test-runners: fix test

This commit is contained in:
Carlo Cabrera 2023-04-29 11:36:31 +08:00
parent 50df7fab28
commit f3724f00d2
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -41,8 +41,7 @@ describe "brew determine-test-runners" do
setup_test_formula "testball"
expect { brew "determine-test-runners", "testball", runner_env.merge({ "GITHUB_OUTPUT" => github_output }) }
.to not_to_output.to_stdout
.and not_to_output.to_stderr
.to not_to_output.to_stderr
.and be_a_success
expect(File.read(github_output)).not_to be_empty