0
0
Fork 0

Add spec coverage for models/form/custom_emoji_batch class (#28388)

This commit is contained in:
Matt Jankowski 2023-12-18 07:41:37 -05:00 committed by GitHub
parent b2ca71f733
commit af366f65ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 123 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# frozen_string_literal: true
Fabricator(:custom_emoji_category) do
name { sequence(:name) { |i| "name_#{i}" } }
end