DeleteTask

In order to keep my history clean As a user I want to be delete the task

  • Mark a todo as done and ensure it is persisted

    • Given I have a todo database filled with
      DoneTextDue Date
      NOSample todo 102/01/2014
      NOSample todo 202/01/2014
      NOSample todo 302/01/2014
    • When I delete the todo with text "Sample todo 2"
    • Then I should have todos on the screen with
      DoneTextDue Date
      NOSample todo 102/01/2014
      NOSample todo 302/01/2014