mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-04 04:43:45 +01:00
6 lines
118 B
Ruby
6 lines
118 B
Ruby
|
Fabricator(:status_reaction) do
|
||
|
account nil
|
||
|
status nil
|
||
|
name "MyString"
|
||
|
custom_emoji nil
|
||
|
end
|