gitlabhq/features/steps/shared/admin.rb
2013-01-09 08:14:05 +03:00

9 lines
127 B
Ruby

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