1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-07 07:30:51 +00:00
mastodon/spec/fabricators/block_fabricator.rb
2017-04-05 00:29:56 +02:00

5 lines
77 B
Ruby

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