Skip to content

Instantly share code, notes, and snippets.

@speier
Created April 11, 2011 21:53
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 speier/914446 to your computer and use it in GitHub Desktop.
Save speier/914446 to your computer and use it in GitHub Desktop.
Feature: Addition
In order to avoid silly mistakes
As a math idiot
I want to be told the sum of two numbers
Scenario: Add two numbers
Given a calculator
When I sum 50 and 70
Then the result should be 120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment