summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
authorNihad Abbasov <mail@narkoz.me>2012-10-02 15:32:59 +0600
committerNihad Abbasov <mail@narkoz.me>2012-10-02 15:32:59 +0600
commit0187ae4e8689f0fc2fd399b65973792395534853 (patch)
tree919922e644f77ba7f1d11246a89f0b0db1eedb93 /features/dashboard
parent025d5e68c879dfbeafd5eec00946e4707abf0900 (diff)
downloadgitlab-ce-0187ae4e8689f0fc2fd399b65973792395534853.tar.gz
actually fix the build
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/dashboard.feature4
1 files 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