-
-
Save avh4/99281 to your computer and use it in GitHub Desktop.
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
Scenario Outline: Religious menus | |
Given the customer is "<Religion>" | |
When he asks for the menu | |
Then he should see pork selections if <Pork> | |
And he should see lamb selections if <Lamb> | |
And he should see veal selections if <Veal> | |
Scenarios: | |
| Religion | Pork | Lamb | Veal | | |
| Christian | Y | Y | Y | | |
| Jewish | | Y | Y | | |
| Muslim | | Y | Y | | |
| Hindu | | Y | | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment