2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-03 23:54:20 +08:00
discourse/spec/fabricators/custom_emoji_fabricator.rb
Ted Johansson 189d98f3ca
DEV: Convert admin emojis UI to new layout (#29615)
This PR converts the custom emoji UI in the admin pages to follow the new admin UI guidelines.
2024-11-11 15:04:15 +08:00

7 lines
133 B
Ruby

# frozen_string_literal: true
Fabricator(:custom_emoji) do
upload { Fabricate(:image_upload) }
name { "joffrey_facepalm" }
end