1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-03-02 06:23:47 -05:00

8 lines
128 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2021-02-21 19:50:12 +01:00
Fabricator(:rule) do
priority 0
deleted_at nil
text { Faker::Lorem.paragraph }
end