Update readme

This commit is contained in:
2014-05-26 13:59:23 +01:00
parent 05bc0280d3
commit d4bb0156ef

View File

@@ -80,6 +80,14 @@ Configuration is done via environment variables:
pattern. (default: `.test.sh`)
## Real-World Examples
- [stub.sh](https://github.com/jimeh/stub.sh) - Helpers for bash script
testing to stub/fake binaries and functions. Includes support for validating
number of stub calls, and/or if stub has been called with specific
arguments.
## License
(The MIT license)