Created
February 9, 2017 19:56
-
-
Save bsommardahl/648ac19ad9a1b70522eb6c4147641b75 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Feature: Test #6: Gherkin code in more than one list | |
| List 1 With Generic Name | |
| List 2 With Another Generic Name | |
| Scenario: Cow gives milk willingly | |
| GIVEN a cow | |
| WHEN I milk it | |
| THEN I get milk | |
| Scenario: Cow refuses | |
| GIVEN a cow | |
| WHEN I milk it | |
| AND the cow doesn't like it | |
| THEN I get kicked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment