about summary refs log tree commit diff
path: root/spec/fabricators
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-03-02 21:47:03 +0100
committerGitHub <noreply@github.com>2022-03-02 21:47:03 +0100
commit3637a0101e1f5095397f190e88f281d603797c32 (patch)
tree290569d5d454dc1a1478c35b7a4d6755ccfcad2c /spec/fabricators
parentd9e30efa5ecc87bc9be7b2e28baaf34bd01032f5 (diff)
parentc69d94ef7e13360e502635fc8bb1bbf8e13dfd74 (diff)
Merge pull request #1710 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'spec/fabricators')
-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