mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-13 19:54:01 -05:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
Fabricator(:follow) do
|
|
account
|
|
target_account { Fabricate(:account) }
|
|
end
|