about summary refs log tree commit diff
path: root/spec/fabricators/account_note_fabricator.rb
blob: 1b061745a3229983468d18dd29c074c7634a94e3 (plain) (blame)
1
2
3
4
5
Fabricator(:account_note) do
  account
  target_account { Fabricate(:account) }
  comment        "User note text"
end