mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-12 22:06:55 +01:00
4 lines
77 B
Ruby
4 lines
77 B
Ruby
Fabricator(:account_moderation_note) do
|
|
content 'MyText'
|
|
account nil
|
|
end
|