debian-mirror-gitlab/features/steps/shared/admin.rb
2017-08-17 22:00:37 +05:30

11 lines
206 B
Ruby

module SharedAdmin
include Spinach::DSL
step 'there are projects in system' do
2.times { create(:project, :repository) }
end
step 'system has users' do
2.times { create(:user) }
end
end