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

exported_protected_branches.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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