Skip to content

Instantly share code, notes, and snippets.

@briancicutti
Created August 21, 2014 14:07
Show Gist options
  • Save briancicutti/5d2ccf618ed940929874 to your computer and use it in GitHub Desktop.
Save briancicutti/5d2ccf618ed940929874 to your computer and use it in GitHub Desktop.
Gerrit Example -- Spacing Standards
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