chinwagsocial/spec/fabricators/encrypted_message_fabricato...

9 lines
182 B
Ruby
Raw Normal View History

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 ""
end