debian-mirror-gitlab/features/steps/shared/admin.rb
2015-09-11 14:41:01 +05:30

11 lines
193 B
Ruby

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