This repository has been archived on 2024-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/spec/fabricators/block_fabricator.rb

5 lines
77 B
Ruby
Raw Normal View History

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