donphan/spec/fabricators/encrypted_message_fabricato...

8 lines
205 B
Ruby
Raw Normal View History

2023-07-06 11:23:07 +01:00
# frozen_string_literal: true
2020-06-02 18:24:53 +01:00
Fabricator(:encrypted_message) do
2023-07-06 11:23:07 +01:00
device { Fabricate.build(:device) }
from_account { Fabricate.build(:account) }
from_device_id { Faker::Number.number(digits: 5) }
2020-06-02 18:24:53 +01:00
end