gitlabhq/features/steps/shared/admin.rb
2013-01-09 19:38:27 +02:00

13 lines
192 B
Ruby

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