From 4c0f475beb0f4c445d55f46670a1b6d8dcd9b129 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 25 May 2019 20:22:41 +0300 Subject: Add: first rough draft of fft-docgen --- muck.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 muck.yaml (limited to 'muck.yaml') diff --git a/muck.yaml b/muck.yaml new file mode 100644 index 0000000..afc7249 --- /dev/null +++ b/muck.yaml @@ -0,0 +1,32 @@ +- pattern: when I fetch resource (?P\S+) +- pattern: and I fetch resource (?P\S+) + +- pattern: then it has revision (?P\S+) +- pattern: and it has revision (?P\S+) + +- pattern: then it is mine +- pattern: and it is mine + +- pattern: then remember the resource id as (?P\S+) +- pattern: and remember the resource id as (?P\S+) + +- pattern: then remember the resource revision as (?P\S+) +- pattern: and remember the resource revision as (?P\S+) + +- pattern: given I am (?P\S+) +- pattern: given a running Muck +- pattern: then I only get resource (?P\S+) +- pattern: then I get (?P.+) +- pattern: "then it doesn't exist" +- pattern: then it works +- pattern: then there are no resources in Muck + +- pattern: then there is (?P\d+) resource in Muck +- pattern: then there are (?P\d+) resources in Muck + +- pattern: then there are no matches +- pattern: when I create a resource (?P.+) +- pattern: when I delete (?P\S+) +- pattern: when I search for (?P\S+) being (?P.+) +- pattern: when I update (?P\S+), revision (?P\S+), with (?P.+) +- pattern: when Muck is restarted -- cgit v1.2.1