gitlab-org--gitlab-foss/features/steps/shared/admin.rb

9 lines
127 B
Ruby
Raw Normal View History

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