gitlab-org--gitlab-foss/spec/factories/ci/runner_projects.rb
2017-08-02 17:47:31 -04:00

6 lines
133 B
Ruby

FactoryGirl.define do
factory :ci_runner_project, class: Ci::RunnerProject do
runner factory: :ci_runner
project
end
end