summaryrefslogtreecommitdiff
path: root/spec/factories/namespace_ci_cd_settings.rb
blob: 0e58a19ee8ddc27da983024599d7600c66d8a14f (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

FactoryBot.define do
  factory :namespace_ci_cd_settings, class: 'NamespaceCiCdSetting' do
    namespace
  end
end