summaryrefslogtreecommitdiff
path: root/spec/factories/application_settings.rb
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