gitlabhq/features/steps/shared/admin.rb

9 lines
127 B
Ruby
Raw Normal View History

2013-01-09 06:14:05 +01:00
module SharedAdmin
include Spinach::DSL
And 'there are projects in system' do
2.times { create(:project) }
end
end