about summary refs log tree commit diff
path: root/spec/fabricators/encrypted_message_fabricator.rb
blob: 4de0d7add2e3c40906688209ee986c502c526671 (plain) (blame)
1
2
3
4
5
6
7
8
Fabricator(:encrypted_message) do
  device
  from_account
  from_device_id   { Faker::Number.number(digits: 5) }
  type             0
  body             ''
  message_franking ''
end