Last active
June 6, 2016 09:40
-
-
Save khoa-le/69b683d3574dd53fd5feecb14693fc13 to your computer and use it in GitHub Desktop.
Example for scenario copy paste
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: 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