about summary refs log tree commit diff
path: root/spec/fabricators/access_grant_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/access_grant_fabricator.rb')
-rw-r--r--spec/fabricators/access_grant_fabricator.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fabricators/access_grant_fabricator.rb b/spec/fabricators/access_grant_fabricator.rb
index ae1945f2b..adc2b8369 100644
--- a/spec/fabricators/access_grant_fabricator.rb
+++ b/spec/fabricators/access_grant_fabricator.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
 Fabricator :access_grant, from: 'Doorkeeper::AccessGrant' do
   application
   resource_owner_id { Fabricate(:user).id }