Skip to content

Instantly share code, notes, and snippets.

@wrecked
Created March 2, 2009 00:35
Show Gist options
  • Save wrecked/72549 to your computer and use it in GitHub Desktop.
Save wrecked/72549 to your computer and use it in GitHub Desktop.
Feature: Sustained productivity testing
In order to ensure programmer sustained productivity
As a mean, insensitive boss
I want to test development progress
Scenario: failed steps
Given no one wrote crappy code
When I check the "failed" metric
Then the value should equal 0
Scenario: passed steps
Given everyone wrote good code
When I check the "passed" metric
Then the value should be greater than 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment