block_fabricator.rb 77 B

1234
  1. Fabricator(:block) do
  2. account
  3. target_account { Fabricate(:account) }
  4. end