mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-09 15:58:46 +01:00
4 lines
77 B
Ruby
4 lines
77 B
Ruby
Fabricator(:account_moderation_note) do
|
|
content 'MyText'
|
|
account nil
|
|
end
|