mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 14:53:17 +00:00
9 lines
134 B
Ruby
9 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :project_daily_statistic do
|
|
project
|
|
fetch_count { 1 }
|
|
end
|
|
end
|