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

site_statistics.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd8c795515af5a681209bcda145e6ad291dd2fec (plain)
1
2
3
4
5
6
7
FactoryBot.define do
  factory :site_statistics, class: 'SiteStatistic' do
    id 1
    repositories_count 999
    wikis_count 555
  end
end