Created
March 2, 2009 00:35
-
-
Save wrecked/72549 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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