about summary refs log tree commit diff
path: root/spec/fabricators/rule_fabricator.rb
blob: bc29bc48e1871d6b493b24e0378a9efe23be4ade (plain) (blame)
1
2
3
4
5
Fabricator(:rule) do
  priority   0
  deleted_at nil
  text       { Faker::Lorem.paragraph }
end