From 03de773f2bebe4ae70d25086f85e88eb8fccb3b0 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Mon, 18 Mar 2013 23:31:57 +0200 Subject: [PATCH] Fix a case mismatch in one of the tests --- features/view_done.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/view_done.feature b/features/view_done.feature index a586b64c..5f184879 100644 --- a/features/view_done.feature +++ b/features/view_done.feature @@ -35,7 +35,7 @@ Feature: Show done Scenario Outline: I can see all todos completed in the last timeperiod When I go to the 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"