1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-28 06:48:28 +09:00
mastodon/spec/fabricators/encrypted_message_fabricator.rb

8 lines
205 B
Ruby
Raw Normal View History

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