summaryrefslogtreecommitdiff
path: root/README.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-07-14 19:23:59 +0100
committerLars Wirzenius <liw@liw.fi>2013-07-14 19:23:59 +0100
commitf35f983d515a680c2a5ebfbc7f93d3c864fb7a94 (patch)
tree0c666fef997bec01c2a1a7ffaab0d5e0e9ab907c /README.yarn
parentfc0481c1d8a33a7efa0a2247f897671a118bba75 (diff)
downloadcmdtest-f35f983d515a680c2a5ebfbc7f93d3c864fb7a94.tar.gz
Update README.yarn about ASSUMING
Diffstat (limited to 'README.yarn')
-rw-r--r--README.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.yarn b/README.yarn
index 49fcd62..76d57b5 100644
--- a/README.yarn
+++ b/README.yarn
@@ -99,7 +99,7 @@ The following keywords are defined.
* **ASSUMING** defines a condition for the scenario. The rest of the
line is "matched text", which gets implemented by an
IMPLEMENTS section. If the code executed by the implementation
- fails, the scenario is skipped. (NOT yet implemented.)
+ fails, the scenario is skipped.
* **GIVEN** prepares the world for the test to run. If
the implementation fails, the scenario fails.