-
-
Save dchelimsky/99235 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 be presented with the appropriate selection from <Pork>, <Lamb>, or <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