Skip to content

Instantly share code, notes, and snippets.

@Axxiss
Created March 20, 2013 21:23
Show Gist options
  • Save Axxiss/5208597 to your computer and use it in GitHub Desktop.
Save Axxiss/5208597 to your computer and use it in GitHub Desktop.
Given I have a calculator
When I add 2 and 2
Then the result should be 4
Given I have a calculator
When I add 2 and -2
Then the result should be 0
Given I have a calculator
When I add -2 and -2
Then the result should be -4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment