FactoryBot.define do factory :site_statistics, class: 'SiteStatistic' do id 1 repositories_count 999 end end