Skip to content

Commit

Permalink
Failing test after task is submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
relaxdiego committed Aug 25, 2010
1 parent 344b5f3 commit 052c854
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions config/locales/en.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ en:


label_blocks: "Blocks" label_blocks: "Blocks"
error_must_have_comma_delimited_list: "must have a comma delimited list of story or task IDs" error_must_have_comma_delimited_list: "must have a comma delimited list of story or task IDs"

tracker_id: Tracker ID
inclusion: "{{value}} is not included in the list"
File renamed without changes.
7 changes: 4 additions & 3 deletions features/team_member.feature
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ Feature: Team Member
| 2 | Story 2 | Sprint 001 | | 2 | Story 2 | Sprint 001 |
| 3 | Story 3 | Sprint 001 | | 3 | Story 3 | Sprint 001 |
| 4 | Story 4 | Sprint 002 | | 4 | Story 4 | Sprint 002 |
Then show me the list of stories
Scenario: Create a task for a story Scenario: Create a task for a story
Given I am viewing the taskboard for Sprint 001 Given I am viewing the taskboard for Sprint 001
And I want to create a task for Story 1 And I want to create a task for Story 1
And I set the subject of the task to A Whole New Task And I set the subject of the task to A Whole New Task
When I create the task When I create the task
Then the 1st task for Story 1 should be A Whole New Task Then show me the page
And the request should complete successfully Then the request should complete successfully
And the 1st task for Story 1 should be A Whole New Task


0 comments on commit 052c854

Please sign in to comment.