Created
August 21, 2014 14:07
-
-
Save briancicutti/5d2ccf618ed940929874 to your computer and use it in GitHub Desktop.
Gerrit Example -- Spacing Standards
This file contains 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: Some terse yet descriptive text of what is desired | |
Textual description of the business value of this feature | |
Business rules that govern the scope of the feature | |
Any additional information that will make the feature easier to understand | |
Scenario: Some determinable business situation | |
Given some precondition | |
And some other precondition | |
When some action by the actor | |
And some other action | |
And yet another action | |
Then some testable outcome is achieved | |
And something else we can check happens too | |
Scenario: A different situation | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment