1# frozen_string_literal: true
2
3FactoryBot.define do
4  factory :fork_network do
5    association :root_project, factory: :project
6  end
7end
8