get tag view working for updating todos. Refactored update a lot

This commit is contained in:
Reinier Balt 2011-01-01 18:55:53 +01:00
parent 1cea27ccc9
commit f923a40a40
15 changed files with 314 additions and 215 deletions

View file

@ -27,3 +27,9 @@ Feature: Edit a context
Scenario: Editing the context of the last todo will remove the todo and show empty message
Given this scenario is pending
Scenario: Adding a todo to a hidden project will not show the todo
Given this scenario is pending
Scenario: Adding a todo to a hidden context will show that todo
Given this scenario is pending