about summary refs log tree commit diff
path: root/spec/fabricators/account_warning_preset_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/account_warning_preset_fabricator.rb')
-rw-r--r--spec/fabricators/account_warning_preset_fabricator.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/fabricators/account_warning_preset_fabricator.rb b/spec/fabricators/account_warning_preset_fabricator.rb
index 6c0b87e7c..c50e08bf4 100644
--- a/spec/fabricators/account_warning_preset_fabricator.rb
+++ b/spec/fabricators/account_warning_preset_fabricator.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
 Fabricator(:account_warning_preset) do
-  text "MyText"
+  text { Faker::Lorem.paragraph }
 end