Use build
where possible in fabricators (#25360)
This commit is contained in:
parent
c94bb9ba9a
commit
3a2a15c6ea
41 changed files with 58 additions and 58 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:account_stat) do
|
||||
account
|
||||
account { Fabricate.build(:account) }
|
||||
statuses_count '123'
|
||||
following_count '456'
|
||||
followers_count '789'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue