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: 90b6b9e648a58d5bf384ebbdceb4b8950d99003f (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

FactoryBot.define do
  factory :application_setting do
    default_projects_limit 42
  end
end