2.0.0
First release since being forked from https://github.com/ztombol/bats-assert.
Added:
- Ability to assert/refute the existence of output: ztombol#15
Breaking changes from 0.3.0:
assert_output(andrefute_output) no longer reads the expected value from STDIN when invoked without arguments. Rather, STDIN expectations require an explicit-or--stdinflag. This allowsassert_output(and therefute_outputcomplement) to match on the existence of output by invoking without args. (see ztombol#5 and ztombol#15)
Migrating from jasonkarns/[email protected]:
https://github.com/jasonkarns/bats-assert-1/wiki/Migrating-from-v1.1.1