summaryrefslogtreecommitdiff
path: root/qa/qa/runtime/scenario.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/runtime/scenario.rb
parent026c92d5fa82fac87386d5691c3d5b1e02f2eb5e (diff)
downloadgitlab-ce-0be52bf32fa38aca777401bb9e1bec9e011229e6.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/runtime/scenario.rb')
-rw-r--r--qa/qa/runtime/scenario.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/runtime/scenario.rb b/qa/qa/runtime/scenario.rb
index 15d4112d347..5067322804b 100644
--- a/qa/qa/runtime/scenario.rb
+++ b/qa/qa/runtime/scenario.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module QA
module Runtime
##