Welcome to mirror list, hosted at ThFree Co, Russian Federation.

services.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9de78d68280c6bff620c09a146604d32906dc092 (plain)
1
2
3
4
5
FactoryGirl.define do
  factory :service do
    project
  end
end