- given: "a fresh Muck server" function: fixme - given: "I am {name}" function: fixme - given: "I am {name}, with super capability" function: fixme - when: "I do POST /res with (?P\\{.*\\})" function: fixme regex: true - when: "I do PUT /res with Muck-Id: \\{(?P\\S+)\\}, Muck-Revision: \\{(?P\\S+)\\}, and body (?P\\{.*\\})" function: fixme regex: true - when: "I do GET /res with Muck-Id: \\{(?P\\S+)\\}" function: fixme regex: true - when: "I do DELETE /res with Muck-Id: \\{(?P\\S+)\\}" function: fixme regex: true - when: "I restart Muck" function: fixme regex: true - then: "response code is (?P\\d+)" function: fixme regex: true - then: "header {header} is {name}" function: fixme - then: "header (?P
\\S+) matches \\{(?P\\S+)\\}" function: fixme regex: true - then: "body matches (?P\\{.*\\})" function: fixme regex: true - then: "revisions \\{(?P\\S+)\\} and \\{(?P\\S+)\\} are different" function: fixme regex: true