summaryrefslogtreecommitdiff
path: root/subplot.yaml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-04-23 20:58:27 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-04-24 09:55:22 +0100
commita2cc6c868d09048dce5e8fc238b4ce7144b295f7 (patch)
treea34f9583414305a6bbcbbf104c3455051e27a411 /subplot.yaml
parent10e5fc7320420f1886c79f2dfb3a50f79166e360 (diff)
downloadsubplot-a2cc6c868d09048dce5e8fc238b4ce7144b295f7.tar.gz
subplot.md: Document scenario language a bit more
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplot.yaml')
-rw-r--r--subplot.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/subplot.yaml b/subplot.yaml
index b72c435..33705dd 100644
--- a/subplot.yaml
+++ b/subplot.yaml
@@ -38,3 +38,14 @@
- then: "{filename} ends in two newlines"
function: file_ends_in_two_newlines
+
+# The following are purely descriptive steps and are not used to test anything
+
+- given: the necessary starting conditions
+ function: do_nothing
+
+- when: I do the required actions
+ function: do_nothing
+
+- then: the desired outcome is achieved
+ function: do_nothing