Skip to content

Instantly share code, notes, and snippets.

@adamstrawson
Created November 9, 2012 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamstrawson/4045095 to your computer and use it in GitHub Desktop.
Save adamstrawson/4045095 to your computer and use it in GitHub Desktop.
Cucumber Example
Feature: Division
In order to avoid silly mistakes
Cashiers must be able to calculate a fraction
Scenario: Regular numbers
* I have entered 3 into the calculator
* I have entered 2 into the calculator
* I press divide
* 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