1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-06 01:43:32 +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