1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-24 07:06:18 +09:00
mastodon/spec/fabricators/encrypted_message_fabricator.rb
2023-03-10 12:12:51 +01:00

8 lines
170 B
Ruby

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