about summary refs log blame commit diff
path: root/spec/fabricators/custom_emoji_fabricator.rb
blob: 18a7d23dc49763fd799681637c8be365284718c9 (plain) (tree)
1
2
3
4
5



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