about summary refs log tree commit diff
path: root/spec/fabricators/encrypted_message_fabricator.rb
blob: e65f663024acde1532a2e1d6694a47346c61c0a2 (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