summaryrefslogtreecommitdiff
path: root/saga.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'saga.yarn')
-rw-r--r--saga.yarn3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga.yarn b/saga.yarn
index 0a31598..af8087d 100644
--- a/saga.yarn
+++ b/saga.yarn
@@ -191,6 +191,9 @@ The keywords have the following meanings:
has ended. The setup and cleanup MUST succeed, or the scenario will
fail.
+ The cleanups are executed in the reverse order of the GIVENs, and
+ they're done always, whether the scenario succeeds or not.
+
* WHEN—perform the action that is being tested. This MUST
succeed. This might, for example, execute a command line program,
and capture its output and exit code.