1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-01 00:08:39 +09:00
YuruToot/spec/fabricators/encrypted_message_fabricator.rb

8 lines
170 B
Ruby
Raw Normal View History

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