mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
6 lines
156 B
Ruby
6 lines
156 B
Ruby
|
Fabricator(:custom_emoji) do
|
||
|
shortcode 'coolcat'
|
||
|
domain nil
|
||
|
image { File.open(Rails.root.join('spec', 'fixtures', 'files', 'emojo.png')) }
|
||
|
end
|