mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 06:43:42 +01:00
4 lines
86 B
Ruby
4 lines
86 B
Ruby
Fabricator(:follow_request) do
|
|
account
|
|
target_account { Fabricate(:account) }
|
|
end
|