about summary refs log tree commit diff
path: root/spec/fabricators/follow_request_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/follow_request_fabricator.rb')
-rw-r--r--spec/fabricators/follow_request_fabricator.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fabricators/follow_request_fabricator.rb b/spec/fabricators/follow_request_fabricator.rb
index c00ddf84d..86b82611f 100644
--- a/spec/fabricators/follow_request_fabricator.rb
+++ b/spec/fabricators/follow_request_fabricator.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
 Fabricator(:follow_request) do
   account
   target_account { Fabricate(:account, locked: true) }