about summary refs log tree commit diff
path: root/spec/fabricators/account_note_fabricator.rb
blob: bb4ed8b24d6b7bf0b5fd414aeb8d2ac3ac9b3be2 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

Fabricator(:account_note) do
  account
  target_account { Fabricate(:account) }
  comment        'User note text'
end