1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-21 07:03:05 -05:00
tootlab-mastodon/spec/fabricators/encrypted_message_fabricator.rb
2023-06-10 18:29:01 +02:00

8 lines
205 B
Ruby

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