Created
May 23, 2012 05:52
-
-
Save barneywilliams/2773463 to your computer and use it in GitHub Desktop.
Cucumber-Cpp 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
Feature: Division | |
In order to avoid silly mistakes | |
Cashiers must be able to calculate a fraction | |
Scenario: Regular numbers | |
Given I have entered 3 into the calculator | |
And I have entered 2 into the calculator | |
When I press divide | |
Then the result should be 1.5 on the screen |
There are a lot of cucumber test tutorials around. But one thing they all fail to start with or to remember is mentioning or showing the "Directory Structure" of there tutorials. This one too fails in the same manner.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a lot of cucumber test tutorials around. But one thing they all fail to start with or to remember is mentioning or showing the "Directory Structure" of there tutorials. This one too fails in the same manner.