Skip to content

Instantly share code, notes, and snippets.

@khoa-le
Last active June 6, 2016 09:40
Show Gist options
  • Save khoa-le/69b683d3574dd53fd5feecb14693fc13 to your computer and use it in GitHub Desktop.
Save khoa-le/69b683d3574dd53fd5feecb14693fc13 to your computer and use it in GitHub Desktop.
Example for scenario copy paste
Scenario: Eat 5 out of 12
Given there are 12 cucumbers
When I eat 5 cucumbers
Then I should have 7 cucumbers
Scenario: Eat 5 out of 20
Given there are 20 cucumbers
When I eat 5 cucumbers
Then I should have 15 cucumbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment