summaryrefslogtreecommitdiff
path: root/qa/qa/page/profile/personal_access_tokens.rb
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-04-12 00:02:24 +1200
committerThong Kuah <tkuah@gitlab.com>2019-04-13 00:45:38 +1200
commit0be52bf32fa38aca777401bb9e1bec9e011229e6 (patch)
tree11aa3ff865e0eef00cab62635a05bdc535fcb3bf /qa/qa/page/profile/personal_access_tokens.rb
parent026c92d5fa82fac87386d5691c3d5b1e02f2eb5e (diff)
downloadgitlab-ce-frozen_string_literal_qa.tar.gz
Add frozen_string_literal to qa/frozen_string_literal_qa
This will be default in Ruby 3, so will be good to apply in QA ahead of time to be consistent.
Diffstat (limited to 'qa/qa/page/profile/personal_access_tokens.rb')
-rw-r--r--qa/qa/page/profile/personal_access_tokens.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/page/profile/personal_access_tokens.rb b/qa/qa/page/profile/personal_access_tokens.rb
index c9a5a1b3ca0..6108fb4d93b 100644
--- a/qa/qa/page/profile/personal_access_tokens.rb
+++ b/qa/qa/page/profile/personal_access_tokens.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module QA
module Page
module Profile