Fabricator specs (#23925)
This commit is contained in:
parent
c40d5e5a8f
commit
cd99fa8ceb
37 changed files with 27 additions and 183 deletions
|
@ -5,4 +5,5 @@ Fabricator(:account_migration) do
|
|||
target_account { |attrs| Fabricate(:account, also_known_as: [ActivityPub::TagManager.instance.uri_for(attrs[:account])]) }
|
||||
acct { |attrs| attrs[:target_account].acct }
|
||||
followers_count 1234
|
||||
created_at { 60.days.ago }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue