donphan/spec/fabricators/account_stat_fabricator.rb

9 lines
176 B
Ruby
Raw Permalink Normal View History

2023-07-06 11:23:07 +01:00
# frozen_string_literal: true
Fabricator(:account_stat) do
2023-07-06 11:23:07 +01:00
account { Fabricate.build(:account) }
statuses_count '123'
following_count '456'
followers_count '789'
end