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

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