account_note_fabricator.rb 118 B

12345
  1. Fabricator(:account_note) do
  2. account
  3. target_account { Fabricate(:account) }
  4. comment "User note text"
  5. end