1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-11 13:18:18 +09:00
mastodon/spec/fabricators/account_warning_fabricator.rb

9 lines
169 B
Ruby

# frozen_string_literal: true
Fabricator(:account_warning) do
account
target_account(fabricator: :account)
text { Faker::Lorem.paragraph }
action 'suspend'
end