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

fork_networks.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12ea688bbce9d8f5a3f43ac851543cbde6f804a3 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

FactoryBot.define do
  factory :fork_network do
    association :root_project, factory: :project
  end
end