Fix a case mismatch in one of the tests

This commit is contained in:
Dan Rice 2013-03-18 23:31:57 +02:00
parent 11c5f988db
commit 03de773f2b

View file

@ -35,7 +35,7 @@ Feature: Show done
Scenario Outline: I can see all todos completed in the last timeperiod
When I go to the <page>
Then I should see "todo 1"
And I should see "Completed Today"
And I should see "Completed today"
And I should see "Completed in the rest of this week"
And I should see "Completed in the rest of this month"