Last active
February 10, 2016 18:33
-
-
Save paulrayner/a9bacf07df8883d5f511 to your computer and use it in GitHub Desktop.
Sample Feature
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
| Scenario Outline: Score calculation tables | |
| Given a new bowling game | |
| When I roll the following series: <rolls> | |
| Then my total score should be <total score> | |
| Examples: | |
| | game | rolls | total score | | |
| | beginners game | 2,7,3,4,1,1,5,1,1,1,1,1,1,1,1,1,1,1,5,1 | 40 | | |
| | one single spare | 2,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 | 29 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment