mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-09 15:58:46 +01:00
5 lines
118 B
Ruby
5 lines
118 B
Ruby
Fabricator(:account_note) do
|
|
account
|
|
target_account { Fabricate(:account) }
|
|
comment 'User note text'
|
|
end
|