summaryrefslogtreecommitdiff
path: root/spec/models/concerns/token_authenticatable_spec.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-04-01 14:39:00 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-04-01 14:39:00 +0000
commit0a480e3c32c4fd783b6a6271dad7c423e0d8bdd1 (patch)
treea1daf9d22cbc444c438998444437ff33b62bb027 /spec/models/concerns/token_authenticatable_spec.rb
parentb8118a65d595040bfce2d83d5e38dd63ebfedb58 (diff)
parentab2047d0e74bbb168a96a8d333fa562ec021cff9 (diff)
downloadgitlab-ce-0a480e3c32c4fd783b6a6271dad7c423e0d8bdd1.tar.gz
Merge branch 'frozen_string_spec_models' into 'master'
Add # frozen_string_literal to spec/models See merge request gitlab-org/gitlab-ce!26791
Diffstat (limited to 'spec/models/concerns/token_authenticatable_spec.rb')
-rw-r--r--spec/models/concerns/token_authenticatable_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/models/concerns/token_authenticatable_spec.rb b/spec/models/concerns/token_authenticatable_spec.rb
index 40cb4eef60a..51e28974ae0 100644
--- a/spec/models/concerns/token_authenticatable_spec.rb
+++ b/spec/models/concerns/token_authenticatable_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
shared_examples 'TokenAuthenticatable' do