mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 19:03:43 +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
|