1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-05 14:33:05 -05:00

8 lines
181 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:custom_emoji) do
shortcode 'coolcat'
domain nil
image { Rails.root.join('spec', 'fixtures', 'files', 'emojo.png').open }
end