1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07: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