mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 21:53:41 +01:00
5 lines
77 B
Ruby
5 lines
77 B
Ruby
|
Fabricator(:account_moderation_note) do
|
||
|
content "MyText"
|
||
|
account nil
|
||
|
end
|