1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-16 15:48:25 +09:00
whippy-edition/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