Welcome to mirror list, hosted at ThFree Co, Russian Federation.

runner_projects.rb « ci « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3372e5ab685708553720cc96252d9b1b4d232b05 (plain)
1
2
3
4
5
6
FactoryGirl.define do
  factory :ci_runner_project, class: Ci::RunnerProject do
    runner_id 1
    gl_project_id 1
  end
end