1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-28 06:48:45 +09:00
YuruToot/spec/fabricators/custom_emoji_fabricator.rb

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