Created
September 24, 2017 22:18
-
-
Save isaacbowen/9a78c0345d565ddac78d70ad12652a47 to your computer and use it in GitHub Desktop.
locksmith bdd scratchpad
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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