diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-09 19:38:27 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-09 19:38:27 +0200 |
commit | 16b61590ab4ca046ea7a2dbab3703367df56d108 (patch) | |
tree | af15f200f896e7225680cbc4f9a459c182c06efd /features/steps/shared/admin.rb | |
parent | 66ecfa77e5105c8a8151db899e3d3a09dba3024e (diff) | |
download | gitlab-ce-16b61590ab4ca046ea7a2dbab3703367df56d108.tar.gz |
Spinach: admin logs, admin users
Diffstat (limited to 'features/steps/shared/admin.rb')
-rw-r--r-- | features/steps/shared/admin.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/shared/admin.rb b/features/steps/shared/admin.rb index bd1e5cec735..1b712dc6d04 100644 --- a/features/steps/shared/admin.rb +++ b/features/steps/shared/admin.rb @@ -4,5 +4,9 @@ module SharedAdmin And 'there are projects in system' do 2.times { create(:project) } end + + And 'system has users' do + 2.times { create(:user) } + end end |