1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-05 02:09:05 +09:00
YuruToot/spec/fabricators/status_reaction_fabricator.rb
Jeremy Kescher 4113237eb1
status_reaction_fabricator: Use a unicode emoji instead of "MyString"
Co-authored-by: Plastikmensch <plastikmensch@users.noreply.github.com>
2023-07-07 21:57:40 +02:00

9 lines
115 B
Ruby

# frozen_string_literal: true
Fabricator(:status_reaction) do
account
status
name '👍'
custom_emoji
end