mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-08 13:56:57 +01:00
6 lines
119 B
Ruby
6 lines
119 B
Ruby
Fabricator(:status_reaction) do
|
|
account nil
|
|
status nil
|
|
name 'MyString'
|
|
custom_emoji nil
|
|
end
|