mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-02-03 20:01:16 +01:00
4 lines
86 B
Ruby
4 lines
86 B
Ruby
Fabricator(:follow_request) do
|
|
account
|
|
target_account { Fabricate(:account) }
|
|
end
|