debian-mirror-gitlab/spec/factories/ci/runner_projects.rb
2018-03-17 18:26:18 +05:30

7 lines
132 B
Ruby

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