From 0187ae4e8689f0fc2fd399b65973792395534853 Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Tue, 2 Oct 2012 15:32:59 +0600 Subject: [PATCH] actually fix the build --- features/dashboard/dashboard.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature index 9756bc7f64d..40217a7d904 100644 --- a/features/dashboard/dashboard.feature +++ b/features/dashboard/dashboard.feature @@ -18,10 +18,10 @@ Feature: Dashboard Scenario: I should see User joined Project event Given user with name "John Doe" joined project "Shop" When I visit dashboard page - Then I should see "John Doe joined project Shop" event + Then I should see "John Doe joined project at Shop" event Scenario: I should see User left Project event Given user with name "John Doe" joined project "Shop" And user with name "John Doe" left project "Shop" When I visit dashboard page - Then I should see "John Doe left project Shop" event + Then I should see "John Doe left project at Shop" event