~cytrogen/masto-fe

ref: c94bb9ba9a1df2e060e6f3debff57a0b7539be9f masto-fe/spec/fabricators/encrypted_message_fabricator.rb -rw-r--r-- 170 bytes
c94bb9ba — Matt Jankowski Disable paperclip processing in specs (#25359) 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

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