account_domain_block_fabricator.rb 74 B

1234
  1. Fabricator(:account_domain_block) do
  2. account
  3. domain 'example.com'
  4. end