chinwagsocial/spec/fabricators/encrypted_message_fabricator.rb

11 lines
213 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2020-06-03 03:24:53 +10:00
Fabricator(:encrypted_message) do
device
from_account
from_device_id { Faker::Number.number(digits: 5) }
type 0
body ''
message_franking ''
2020-06-03 03:24:53 +10:00
end