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

Fabricator(:conversation_account) do
  account                 nil
  conversation            nil
  participant_account_ids ''
  last_status             nil
end