1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-11 21:28:23 +09:00
mastodon/spec/fabricators/account_moderation_note_fabricator.rb

7 lines
108 B
Ruby

# frozen_string_literal: true
Fabricator(:account_moderation_note) do
content 'MyText'
account nil
end