about summary refs log tree commit diff
path: root/spec/fabricators/report_note_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/report_note_fabricator.rb')
-rw-r--r--spec/fabricators/report_note_fabricator.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/fabricators/report_note_fabricator.rb b/spec/fabricators/report_note_fabricator.rb
index e139efffb..f257fe2b7 100644
--- a/spec/fabricators/report_note_fabricator.rb
+++ b/spec/fabricators/report_note_fabricator.rb
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
 Fabricator(:report_note) do
   report
   account { Fabricate(:account) }
-  content "Test Content"
+  content 'Test Content'
 end