1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-24 06:26:52 +00:00
mastodon/spec/fabricators/site_upload_fabricator.rb

7 lines
165 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:site_upload) do
file { Rails.root.join('spec', 'fabricators', 'assets', 'utah_teapot.png').open }
2023-03-04 11:12:09 -05:00
var 'thumbnail'
end