debian-mirror-gitlab/features/steps/shared/admin.rb

13 lines
192 B
Ruby
Raw Normal View History

2014-09-02 18:07:02 +05:30
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