Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Feature: User adds a task
- As a user
- I want to create a task
- So that I can then add pomodoros and track it
- Scenario: User adds a task
- Given I have no tasks yet
- When I create a new task
- Then The task should require at least one pomodoro
- And The task should also require a description
Advertisement
Add Comment
Please, Sign In to add comment