mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-16 03:34:03 +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
|