6 lines
154 B
Ruby
6 lines
154 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
FactoryBot.define do
|
||
|
factory :exported_protected_branch, class: 'ExportedProtectedBranch', parent: :protected_branch
|
||
|
end
|