From d4bb0156efc04192c3ea62070b67eeca83defcad Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 26 May 2014 13:59:23 +0100 Subject: [PATCH] Update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6c0c0ca..fde893e 100644 --- a/README.md +++ b/README.md @@ -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)