migrate update for context, project, tickler and calendar

This commit is contained in:
Reinier Balt 2010-12-25 16:28:53 +01:00
parent 33f68df154
commit c64e1bcd80
16 changed files with 494 additions and 402 deletions

View file

@ -27,6 +27,9 @@ Feature: Edit a next action from every page
Scenario: I can mark a completed todo active
Given this is a pending scenario
Scenario: I can edit a todo to change its description
Given this is a pending scenario
Scenario: I can edit a todo to move it to another context
Given this is a pending scenario
@ -53,3 +56,9 @@ Feature: Edit a next action from every page
Scenario: I can edit the tags of a todo
Given this is a pending scenario
Scenario: Editing the context of a todo to a new context will show new context
Given this scenario is pending # for home and tickler and tag
Scenario: Making an error when editing a todo will show error message
Given this scenario is pending