gitlab-org--gitlab-foss/spec/factories/ci/runner_projects.rb
2016-09-16 14:37:48 +03:00

6 lines
126 B
Ruby

FactoryGirl.define do
factory :ci_runner_project, class: Ci::RunnerProject do
runner_id 1
gl_project_id 1
end
end