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

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