1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-17 16:13:50 -05:00
2024-03-11 08:53:24 +00:00

7 lines
197 B
Ruby

# frozen_string_literal: true
Fabricator(:site_upload) do
file { Rails.root.join('spec', 'fabricators', 'assets', 'utah_teapot.png').open }
var { sequence(:var) { |i| "thumbnail_#{i}" } }
end