v4.0.0 (🎬 Movie Night)
What's changed
Dependencies updates PR #55 @frankpengau
- bats core:
1.7.0
~>1.8.2
- also using
noaccessat2
version of the bats image (solves #56)
- also using
- bats mock:
2.0.1
~>2.1.0
- stubs that received additional parameters will now fail
- you can now stub commands for any arguments received
- bats asserts:
0.3.0
~>2.1.0
- this is a huge jump and details on incompatibilities are scarce (so that is why this is a major release)
Incompatibilities found post-release
refute_line --partial STRING
will fail if there is no output, userefute_output
(without arguments) to ensure there is no output instead