summaryrefslogtreecommitdiff
path: root/subplot.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-01-05 10:46:44 +0200
committerLars Wirzenius <liw@liw.fi>2020-01-05 13:11:07 +0200
commit48c06e6c5ae7dd854fb390965bd0db2a0e22572f (patch)
treea0da5d41710b11194fcf1d07011fab9ec4aad931 /subplot.yaml
parent65e99874fc8ee3f722b9729bc945024e0a134e28 (diff)
downloadsubplot-48c06e6c5ae7dd854fb390965bd0db2a0e22572f.tar.gz
Add: Subplot document for Subplot itself
Diffstat (limited to 'subplot.yaml')
-rw-r--r--subplot.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/subplot.yaml b/subplot.yaml
new file mode 100644
index 0000000..206621c
--- /dev/null
+++ b/subplot.yaml
@@ -0,0 +1,21 @@
+- given: file (?P<md>\S+)
+ function: fixme
+
+- when: I run sp-docgen (?P<md>\S+) -o (?P<output>\S+)
+ function: fixme
+
+- when: I run sp-codegen --run (?P<filename>\S+)
+ function: fixme
+
+- then: file (?P<filename>\S+) exists
+ function: fixme
+
+- then: scenario "(?P<name>.+)" was run
+ function: fixme
+
+- then: step "(?P<keyword>given|when|then) (?P<name>.+)" was run
+ function: fixme
+
+- then: program finished successfully
+ function: fixme
+