Created
April 26, 2012 12:55
-
-
Save steelcm/2499367 to your computer and use it in GitHub Desktop.
example cucumber feature file
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: Divide two regular numbers | |
Given I have entered 3 into the calculator | |
And I press divide | |
And I have entered 2 into the calculator | |
When I press equals | |
Then 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