1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-23 22:57:05 +09:00
YuruToot/spec/fabricators/follow_fabricator.rb
2017-04-05 00:29:56 +02:00

5 lines
78 B
Ruby

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