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: 6712dd5d82ef805261e9966526ee9f0b3d882643 (plain)
1
2
3
4
5
6
FactoryGirl.define do
  factory :ci_runner_project, class: Ci::RunnerProject do
    runner_id 1
    project_id 1
  end
end