summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga.pdfbin145672 -> 145824 bytes
-rw-r--r--saga.yarn3
2 files changed, 3 insertions, 0 deletions
diff --git a/saga.pdf b/saga.pdf
index 57a7e23..d07cde3 100644
--- a/saga.pdf
+++ b/saga.pdf
Binary files differ
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.