Skip to content

Instantly share code, notes, and snippets.

@isaacbowen
Created September 24, 2017 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacbowen/9a78c0345d565ddac78d70ad12652a47 to your computer and use it in GitHub Desktop.
Save isaacbowen/9a78c0345d565ddac78d70ad12652a47 to your computer and use it in GitHub Desktop.
locksmith bdd scratchpad
Given the following shop config:
{...}
And given a product
When I am logged in as isaac@foobar.com
And when I am tagged with "foo"
Then I should be denied access to /products/baz
And I should be granted access to /products/bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment