debian-mirror-gitlab/spec/factories/exported_protected_branches.rb
2021-02-22 17:27:13 +05:30

6 lines
154 B
Ruby

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