MarkTask

In order to show my avancement As a user I want to mark the task as done

  • 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 check the todo with text "Sample todo 2"
    • Then I should have todos on the screen with
      DoneTextDue Date
      NOSample todo 102/01/2014
      YESSample todo 202/01/2014
      NOSample todo 302/01/2014