commit | ced2eb3b1f2f21230e52a2eec653eca70d92e41d | [log] [tgz] |
---|---|---|
author | Alex Jones <jonesax@hush.com> | Wed Nov 20 09:57:22 2013 +0000 |
committer | Alex Jones <jonesax@hush.com> | Wed Nov 20 09:57:22 2013 +0000 |
tree | bd875b09fc91d41cc25fd44951f03fc133b70c78 | |
parent | cc13f272131344599dd6848e6cac96be640a25bf [diff] |
Update README.md
diff --git a/README.md b/README.md index 1c6d061..2defbd9 100644 --- a/README.md +++ b/README.md
@@ -1,2 +1,10 @@ [](https://travis-ci.org/AlexsJones/cucumber_example) A simple example program for teaching purposes + + +Structure +========= + +> Calculator.rb (lets pretend this is the program we want to test) + +> Features/ (the folder with the tests for our program)