This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2023-02-22 01:55:31 +01:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2021-02-21 19:50:12 +01:00
|
|
|
Fabricator(:rule) do
|
2022-03-02 18:57:08 +01:00
|
|
|
priority 0
|
|
|
|
deleted_at nil
|
|
|
|
text { Faker::Lorem.paragraph }
|
|
|
|
end
|