mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-15 11:14:08 +01:00
6 lines
118 B
Ruby
6 lines
118 B
Ruby
|
Fabricator(:account_note) do
|
||
|
account
|
||
|
target_account { Fabricate(:account) }
|
||
|
comment "User note text"
|
||
|
end
|