gitlab-org--gitlab-foss/spec/factories/exported_protected_branches.rb

6 lines
154 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :exported_protected_branch, class: 'ExportedProtectedBranch', parent: :protected_branch
end