mirror of
https://github.com/whippyshou/mastodon
synced 2025-01-04 17:03:12 +09:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
Fabricator(:follow) do
|
|
account
|
|
target_account { Fabricate(:account) }
|
|
end
|