mirror of
https://cybre.tech/cybrespace/mastodon.git
synced 2025-02-11 12:03:50 +00:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
Fabricator(:follow) do
|
|
account
|
|
target_account { Fabricate(:account) }
|
|
end
|