1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-14 22:59:46 +09:00
YuruToot/spec/fabricators/status_reaction_fabricator.rb

7 lines
119 B
Ruby
Raw Normal View History

Fabricator(:status_reaction) do
account nil
status nil
2023-05-10 06:41:48 +09:00
name 'MyString'
custom_emoji nil
2023-05-10 06:41:48 +09:00
end