- 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