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

instance_configuration.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31866a9c221777c348ffd11450eb5e319b1b4843 (plain)
1
2
3
4
5
FactoryBot.define do
  factory :instance_configuration do
    skip_create
  end
end