Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Forked from aslakhellesoy/1) Religious Menu
Created April 21, 2009 16:47
Show Gist options
  • Save dchelimsky/99235 to your computer and use it in GitHub Desktop.
Save dchelimsky/99235 to your computer and use it in GitHub Desktop.
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