Closed stefanlasiewski closed 2 years ago
The file must be removed for assert to fail, as shown in the example. The file must exist for refute to fail.
assert
refute
Fixes https://github.com/bats-core/bats-assert/issues/40
@stefanlasiewski What is your opinion about my proposed change? Is this less confusing?
Looks good to me @martin-schulze-vireso
Thanks for the PR.
The file must be removed for
assert
to fail, as shown in the example. The file must exist forrefute
to fail.