Add spec coverage for models/form/custom_emoji_batch
class (#28388)
This commit is contained in:
parent
b2ca71f733
commit
af366f65ee
2 changed files with 123 additions and 0 deletions
5
spec/fabricators/custom_emoji_category_fabricator.rb
Normal file
5
spec/fabricators/custom_emoji_category_fabricator.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:custom_emoji_category) do
|
||||
name { sequence(:name) { |i| "name_#{i}" } }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue