mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-23 19:13:13 +01:00
7 lines
128 B
Ruby
7 lines
128 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:rule) do
|
|
priority 0
|
|
deleted_at nil
|
|
text { Faker::Lorem.paragraph }
|
|
end
|