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

9 lines
127 B
Ruby

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