mirror of
https://github.com/glitch-soc/mastodon
synced 2025-09-10 23:21:12 +00:00
5 lines
108 B
Ruby
5 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:account_warning_preset) do
|
|
text { Faker::Lorem.paragraph }
|
|
end
|