mirror of
https://github.com/funamitech/mastodon
synced 2024-12-14 14:49:01 +09:00
7 lines
119 B
Ruby
7 lines
119 B
Ruby
Fabricator(:status_reaction) do
|
|
account nil
|
|
status nil
|
|
name 'MyString'
|
|
custom_emoji nil
|
|
end
|