Created
November 9, 2012 10:41
-
-
Save adamstrawson/4045095 to your computer and use it in GitHub Desktop.
Cucumber Example
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
Feature: Division | |
In order to avoid silly mistakes | |
Cashiers must be able to calculate a fraction | |
Scenario: Regular numbers | |
* I have entered 3 into the calculator | |
* I have entered 2 into the calculator | |
* I press divide | |
* the result should be 1.5 on the screen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment