mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 06:43:42 +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
|