mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 10:11:37 +01:00
c3d4a644cf
turns out we can just reuse the code for announcement reactions.
6 lines
No EOL
118 B
Ruby
6 lines
No EOL
118 B
Ruby
Fabricator(:status_reaction) do
|
|
account nil
|
|
status nil
|
|
name "MyString"
|
|
custom_emoji nil
|
|
end |