This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
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