about summary refs log tree commit diff
path: root/spec/fabricators/rule_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/rule_fabricator.rb')
-rw-r--r--spec/fabricators/rule_fabricator.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/fabricators/rule_fabricator.rb b/spec/fabricators/rule_fabricator.rb
index 4bdfd05e0..bc29bc48e 100644
--- a/spec/fabricators/rule_fabricator.rb
+++ b/spec/fabricators/rule_fabricator.rb
@@ -1,5 +1,5 @@
 Fabricator(:rule) do
-  priority   ""
-  deleted_at "2021-02-21 05:51:09"
-  text       "MyText"
-end
\ No newline at end of file
+  priority   0
+  deleted_at nil
+  text       { Faker::Lorem.paragraph }
+end