Skip to content

Commit

Permalink
Starting out with a test case. #13
Browse files Browse the repository at this point in the history
  • Loading branch information
trydionel authored and Jeff Tucker committed Aug 10, 2011
1 parent ac0309f commit 6bb7584
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions features/pick.feature
@@ -0,0 +1,22 @@
@wip
Feature: General Git Pivotal story-picking features

Background:
Given I have a Pivotal Tracker feature
And a file named ".gitconfig" with:
"""
[pivotal]
api-token = 10bfe281783e2bdc2d6592c0ea21e8d5
full-name = Jeff Tucker
integration-branch = develop
project-id = 52815
"""

Scenario: Giving better error messaging
Given the feature is unestimated
When I run "git-feature -D"
Then the output should contain:
"""
Stories in the started state must be estimated.
"""
And the exit status should be 1

0 comments on commit 6bb7584

Please sign in to comment.