logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

custom_emoji_fabricator.rb (156B)


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