From 639bb8af96336670904a5efbc7b1226db7caa6e6 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sat, 31 Oct 2009 22:59:18 -0300 Subject: [PATCH] Fixing acceptance test for events search --- features/search.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/search.feature b/features/search.feature index 6027725..a6e1da4 100644 --- a/features/search.feature +++ b/features/search.feature @@ -76,9 +76,9 @@ Feature: search | identifier | name | | nice-people | Nice people | And the following events - | owner | name | - | nice-people | Group meeting | - | nice-people | John Doe's birthday | + | owner | name | start_date | + | nice-people | Group meeting | 2009-10-01 | + | nice-people | John Doe's birthday | 2009-09-01 | And I am on the homepage When I follow "Search" And I fill in "query" with "birthday" -- libgit2 0.21.2