Skip to content

2.0.0

Compare
Choose a tag to compare
@jasonkarns jasonkarns released this 26 Nov 21:04
· 94 commits to master since this release

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 (and refute_output) no longer reads the expected value from STDIN when invoked without arguments. Rather, STDIN expectations require an explicit - or --stdin flag. This allows assert_output (and the refute_outputcomplement) to match on the existence of output by invoking without args. (see ztombol#5 and ztombol#15)

Migrating from jasonkarns/bats-assert@1.1.1:

https://github.com/jasonkarns/bats-assert-1/wiki/Migrating-from-v1.1.1