about summary refs log tree commit diff
path: root/spec/fabricators/webauthn_credential_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/webauthn_credential_fabricator.rb')
-rw-r--r--spec/fabricators/webauthn_credential_fabricator.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fabricators/webauthn_credential_fabricator.rb b/spec/fabricators/webauthn_credential_fabricator.rb
index ba59ce967..b578d55f0 100644
--- a/spec/fabricators/webauthn_credential_fabricator.rb
+++ b/spec/fabricators/webauthn_credential_fabricator.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
 Fabricator(:webauthn_credential) do
   user_id { Fabricate(:user).id }
   external_id { Base64.urlsafe_encode64(SecureRandom.random_bytes(16)) }