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

8 lines
133 B
Ruby

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