1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-27 22:38:27 +09:00
mastodon/spec/fabricators/custom_emoji_fabricator.rb
2023-02-22 09:57:15 +09:00

8 lines
181 B
Ruby

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