mirror of
https://github.com/mastodon/mastodon
synced 2024-12-11 21:28:23 +09:00
7 lines
108 B
Ruby
7 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:account_moderation_note) do
|
|
content 'MyText'
|
|
account nil
|
|
end
|