about summary refs log blame commit diff
path: root/spec/fabricators/rule_fabricator.rb
blob: a29fd905a45ef8f72dd7a2aadbfc62d5dd8f9555 (plain) (tree)
1
2
3
4
5
6
7
                             
                    


                                       
# frozen_string_literal: true

Fabricator(:rule) do
  priority   0
  deleted_at nil
  text       { Faker::Lorem.paragraph }
end