Add note about assert.sh to readme

This commit is contained in:
2014-03-16 00:08:01 +00:00
parent 3d1bc22540
commit cd96c7b363

View File

@@ -3,6 +3,9 @@
A set of stubbing helpers for use in bash script tests. Supports stubbing and
restoring both binaries and bash functions.
Particularly useful when used in combination with the simple and elegant
[assert.sh](https://github.com/lehmannro/assert.sh) test framework.
## Usage