Skip to content

Instantly share code, notes, and snippets.

@tswann
Created May 23, 2011 21:33
Show Gist options
  • Save tswann/987664 to your computer and use it in GitHub Desktop.
Save tswann/987664 to your computer and use it in GitHub Desktop.
Gherkin example
# language: en
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment