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

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