1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-28 23:09:12 +09:00
whippy-edition/spec/fabricators/follow_request_fabricator.rb
2017-04-05 00:29:56 +02:00

5 lines
86 B
Ruby

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