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

Fabricator(:encrypted_message) do
  device
  from_account { Fabricate(:account) }
  from_device_id { Faker::Number.number(digits: 5) }
end