mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-06 12:35:14 +00:00
5 lines
97 B
Ruby
5 lines
97 B
Ruby
Fabricator(:rule) do
|
|
priority 0
|
|
deleted_at nil
|
|
text { Faker::Lorem.paragraph }
|
|
end
|