Fix: スタンプのテスト

This commit is contained in:
KMY 2023-10-15 12:21:39 +09:00 committed by KMY(雪あすか)
parent 5ac46b4dc6
commit e7e70b21d2
3 changed files with 18 additions and 3 deletions

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
Fabricator(:emoji_reaction) do
account { Fabricate.build(:account) }
status { Fabricate.build(:status) }
name '😀'
end