about summary refs log tree commit diff
path: root/spec/fabricators/custom_emoji_fabricator.rb
blob: fa570eec607ae53be1a886361e02b6d289826765 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

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