Check sum of tasks into stories

pull/6827/head
friflaj 14 years ago
parent b7ecbde155
commit 2382f3d0fc
  1. 9
      features/team_member.feature

@ -108,9 +108,14 @@ Feature: Team Member
And I set the subject of the task to A Whole New Task
And I set the remaining_hours of the task to 3
And I set the estimated_hours of the task to 8
When I create the task
And I want to create a task for Story 1
And I set the subject of the task to A Second New Task
And I set the remaining_hours of the task to 1
And I set the estimated_hours of the task to 2
When I create the task
Then the request should complete successfully
And task A Whole New Task should have remaining_hours set to 3
And task A Whole New Task should have estimated_hours set to 8
And story Story 1 should have remaining_hours set to 3
And story Story 1 should have estimated_hours set to 8
And story Story 1 should have remaining_hours set to 4
And story Story 1 should have estimated_hours set to 10

Loading…
Cancel
Save