1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-23 14:13:12 +00:00
mastodon/spec/fabricators/follow_request_fabricator.rb
2017-04-05 00:29:56 +02:00

4 lines
86 B
Ruby

Fabricator(:follow_request) do
account
target_account { Fabricate(:account) }
end