1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-04 14:19:36 +00:00
mastodon/spec/fabricators/encrypted_message_fabricator.rb

9 lines
182 B
Ruby
Raw Normal View History

2020-06-02 17:24:53 +00:00
Fabricator(:encrypted_message) do
device
from_account
from_device_id { Faker::Number.number(digits: 5) }
type 0
body ""
message_franking ""
end