summaryrefslogtreecommitdiff
path: root/muck.yaml
blob: b7bba50ffa55810e33f64772be10e2474076a9fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
- given: "a fresh Muck server"
  function: fixme

- given: "I am (?P<name>\\S+)"
  function: fixme

- given: "I am (?P<name>\\S+), with super capability"
  function: fixme

- when: "I do POST /res with (?P<json>\\{.*\\})"
  function: fixme

- when: "I do PUT /res with Muck-Id: \\{(?P<id>\\S+)\\}, Muck-Revision: \\{(?P<rev>\\S+)\\}, and body (?P<json>\\{.*\\})"
  function: fixme

- when: "I do GET /res with Muck-Id: \\{(?P<id>\\S+)\\}"
  function: fixme

- when: "I do DELETE /res with Muck-Id: \\{(?P<id>\\S+)\\}"
  function: fixme

- when: "I restart Muck"
  function: fixme

- then: "response code is (?P<code>\\d+)"
  function: fixme

- then: "header (?P<header>\\S+) is (?P<name>\\S+)"
  function: fixme

- then: "header (?P<header>\\S+) matches \\{(?P<name>\\S+)\\}"
  function: fixme

- then: "body matches (?P<json>\\{.*\\})"
  function: fixme

- then: "revisions \\{(?P<rev1>\\S+)\\} and \\{(?P<rev2>\\S+)\\} are different"
  function: fixme