gitlab-org--gitlab-foss/spec/factories/ci/runner_projects.rb

7 lines
123 B
Ruby
Raw Normal View History

2015-08-25 21:42:46 -04:00
FactoryGirl.define do
factory :ci_runner_project, class: Ci::RunnerProject do
2015-08-25 21:42:46 -04:00
runner_id 1
2017-03-17 19:06:11 -04:00
project_id 1
2015-08-25 21:42:46 -04:00
end
end