gitlab-org--gitlab-foss/spec/factories/ci/runner_projects.rb
2017-03-17 23:06:11 +00:00

6 lines
123 B
Ruby

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