~cytrogen/masto-fe

ref: 5b88b7e81abaf48fb5e4c8a634bc97a4f9e3a698 masto-fe/spec/fabricators/site_upload_fabricator.rb -rw-r--r-- 165 bytes
5b88b7e8 — Nick Schonning [Glitch] Remove Array.prototype.includes polyfill 3 years ago
                                                                                
1
2
3
4
5
6
# frozen_string_literal: true

Fabricator(:site_upload) do
  file { Rails.root.join('spec', 'fabricators', 'assets', 'utah_teapot.png').open }
  var 'thumbnail'
end