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

Fabricator(:encrypted_message) do
  device
  from_account
  from_device_id   { Faker::Number.number(digits: 5) }
  type             0
  body             ''
  message_franking ''
end