Guest User

Untitled

a guest
Feb 11th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Feature: User adds a task
  2. As a user
  3. I want to create a task
  4. So that I can then add pomodoros and track it
  5.  
  6. Scenario: User adds a task
  7. Given I have no tasks yet
  8. When I create a new task
  9. Then The task should require at least one pomodoro
  10. And The task should also require a description
Advertisement
Add Comment
Please, Sign In to add comment