diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-09-19 19:13:48 +0200 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-09-25 21:09:14 +0200 |
commit | 2122a7707c3c9f44f44534dea16812db5c2b97da (patch) | |
tree | 78da9ebb7f6292137bdedd4be66616c8413edfaa | |
parent | 926be9029f910aac8de7fe531b3ff38c0d31f83f (diff) | |
download | gitlab-ce-2122a7707c3c9f44f44534dea16812db5c2b97da.tar.gz |
Add frozen string literal comment
-rw-r--r-- | spec/lib/gitlab/background_migration/populate_external_pipeline_source_spec.rb | 2 |
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 |