Skip to content

Instantly share code, notes, and snippets.

@joebuschmann
Created September 29, 2014 21:54
Show Gist options
  • Save joebuschmann/37aa6215c7327899824a to your computer and use it in GitHub Desktop.
Save joebuschmann/37aa6215c7327899824a to your computer and use it in GitHub Desktop.
Default feature generated by Specflow
Feature: Calculator
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 I have entered 50 into the calculator
And I have entered 70 into the calculator
When I press add
Then the result should be 120 on the screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment