about summary refs log tree commit diff
path: root/spec/fabricators/tag_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/tag_fabricator.rb')
-rw-r--r--spec/fabricators/tag_fabricator.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fabricators/tag_fabricator.rb b/spec/fabricators/tag_fabricator.rb
index 33d57c928..a7b52e967 100644
--- a/spec/fabricators/tag_fabricator.rb
+++ b/spec/fabricators/tag_fabricator.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
 Fabricator(:tag) do
   name { sequence(:hashtag) { |i| "#{Faker::Lorem.word}#{i}" } }
 end