0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-01-06 20:47:07 +00:00
mastodon/spec/fabricators/block_fabricator.rb

5 lines
77 B
Ruby
Raw Normal View History

Fabricator(:block) do
2017-04-04 22:29:56 +00:00
account
target_account { Fabricate(:account) }
end