runner_projects.rb 133 Bytes EditWeb IDE 1 2 3 4 5 6 FactoryGirl.define do factory :ci_runner_project, class: Ci::RunnerProject do runner factory: :ci_runner project end end