summaryrefslogtreecommitdiff
path: root/spec/factories/ci/pipeline_variables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/ci/pipeline_variables.rb')
-rw-r--r--spec/factories/ci/pipeline_variables.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/factories/ci/pipeline_variables.rb b/spec/factories/ci/pipeline_variables.rb
index b18055d7b3a..af0982124d7 100644
--- a/spec/factories/ci/pipeline_variables.rb
+++ b/spec/factories/ci/pipeline_variables.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
FactoryBot.define do
factory :ci_pipeline_variable, class: Ci::PipelineVariable do
sequence(:key) { |n| "VARIABLE_#{n}" }