summaryrefslogtreecommitdiff
path: root/spec/factories/exported_protected_branches.rb
blob: 7ad49b12e5bc02da55e451352be13f80eaf134ca (plain)
1
2
3
4
5
# frozen_string_literal: true

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