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: 00c063c49f84a5485d6882995773f3c427e70d11 (plain)
1
2
3
4
5
FactoryBot.define do
  factory :application_setting do
    default_projects_limit 42
  end
end