summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/dashboard.rb
diff options
context:
space:
mode:
authorSebastian Ziebell <sebastian.ziebell@asquera.de>2013-02-14 17:02:16 +0100
committerSebastian Ziebell <sebastian.ziebell@asquera.de>2013-02-14 17:02:16 +0100
commitc8b92a4be2d526a128e17c784bd9af93e5ee91f5 (patch)
tree9721643ba758ef55cc0bd12a539b66d60795421c /features/steps/dashboard/dashboard.rb
parentc305eb31aa1cf1aec24b907e0db1d7b2084400dc (diff)
parented3f44085e01f50864ce840f007a50d2154df6f5 (diff)
downloadgitlab-ce-c8b92a4be2d526a128e17c784bd9af93e5ee91f5.tar.gz
Merge branch 'master' into fixes/api
Diffstat (limited to 'features/steps/dashboard/dashboard.rb')
-rw-r--r--features/steps/dashboard/dashboard.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb
index 8c13ad0e151..c6832056435 100644
--- a/features/steps/dashboard/dashboard.rb
+++ b/features/steps/dashboard/dashboard.rb
@@ -33,7 +33,7 @@ class Dashboard < Spinach::FeatureSteps
Event.create(
project: project,
author_id: user.id,
- action: Event::Joined
+ action: Event::JOINED
)
end
@@ -47,7 +47,7 @@ class Dashboard < Spinach::FeatureSteps
Event.create(
project: project,
author_id: user.id,
- action: Event::Left
+ action: Event::LEFT
)
end