summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-09-19 19:13:48 +0200
committerMatija Čupić <matteeyah@gmail.com>2018-09-25 21:09:14 +0200
commit2122a7707c3c9f44f44534dea16812db5c2b97da (patch)
tree78da9ebb7f6292137bdedd4be66616c8413edfaa
parent926be9029f910aac8de7fe531b3ff38c0d31f83f (diff)
downloadgitlab-ce-2122a7707c3c9f44f44534dea16812db5c2b97da.tar.gz
Add frozen string literal comment
-rw-r--r--spec/lib/gitlab/background_migration/populate_external_pipeline_source_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/lib/gitlab/background_migration/populate_external_pipeline_source_spec.rb b/spec/lib/gitlab/background_migration/populate_external_pipeline_source_spec.rb
index 71cdc5e364c..8e918daefb5 100644
--- a/spec/lib/gitlab/background_migration/populate_external_pipeline_source_spec.rb
+++ b/spec/lib/gitlab/background_migration/populate_external_pipeline_source_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe Gitlab::BackgroundMigration::PopulateExternalPipelineSource, :migration, schema: 20180916011959 do