Fix: スタンプのテスト
This commit is contained in:
parent
5ac46b4dc6
commit
e7e70b21d2
3 changed files with 18 additions and 3 deletions
7
spec/fabricators/emoji_reaction_fabricator.rb
Normal file
7
spec/fabricators/emoji_reaction_fabricator.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:emoji_reaction) do
|
||||
account { Fabricate.build(:account) }
|
||||
status { Fabricate.build(:status) }
|
||||
name '😀'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue