diff options
author | Sebastian Ziebell <sebastian.ziebell@asquera.de> | 2013-02-14 17:02:16 +0100 |
---|---|---|
committer | Sebastian Ziebell <sebastian.ziebell@asquera.de> | 2013-02-14 17:02:16 +0100 |
commit | c8b92a4be2d526a128e17c784bd9af93e5ee91f5 (patch) | |
tree | 9721643ba758ef55cc0bd12a539b66d60795421c /features/steps/dashboard/dashboard.rb | |
parent | c305eb31aa1cf1aec24b907e0db1d7b2084400dc (diff) | |
parent | ed3f44085e01f50864ce840f007a50d2154df6f5 (diff) | |
download | gitlab-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.rb | 4 |
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 |