mirror of
https://github.com/funamitech/mastodon
synced 2024-12-03 09:19:05 +09:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
Fabricator(:follow) do
|
|
account
|
|
target_account { Fabricate(:account) }
|
|
end
|