block_fabricator.rb 144 B

123456
  1. # frozen_string_literal: true
  2. Fabricator(:block) do
  3. account { Fabricate.build(:account) }
  4. target_account { Fabricate.build(:account) }
  5. end