修正
This commit is contained in:
parent
e3a43d4758
commit
1630529358
2 changed files with 34 additions and 0 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