0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-01-13 16:07:50 +00: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