1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/spec/fabricators/encrypted_message_fabricator.rb

8 lines
205 B
Ruby
Raw Normal View History

2023-03-10 03:12:51 -08:00
# frozen_string_literal: true
Fabricator(:encrypted_message) do
device { Fabricate.build(:device) }
from_account { Fabricate.build(:account) }
2023-03-10 03:12:51 -08:00
from_device_id { Faker::Number.number(digits: 5) }
end