summaryrefslogtreecommitdiff
path: root/spec/migrations/remove_redundant_pipeline_stages_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-22 03:06:00 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-22 03:06:00 +0000
commitc4a5216027c1a9b65228f1d19d761ec9dce9b578 (patch)
treefc88764e42ce96041b6cdad11c6fdaf51c194303 /spec/migrations/remove_redundant_pipeline_stages_spec.rb
parent8dfb94309c3e84937189f73a4149d654e20332e9 (diff)
downloadgitlab-ce-c4a5216027c1a9b65228f1d19d761ec9dce9b578.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/migrations/remove_redundant_pipeline_stages_spec.rb')
-rw-r--r--spec/migrations/remove_redundant_pipeline_stages_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/migrations/remove_redundant_pipeline_stages_spec.rb b/spec/migrations/remove_redundant_pipeline_stages_spec.rb
index 8325f986594..ad905d7eb8a 100644
--- a/spec/migrations/remove_redundant_pipeline_stages_spec.rb
+++ b/spec/migrations/remove_redundant_pipeline_stages_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
require Rails.root.join('db', 'post_migrate', '20180119121225_remove_redundant_pipeline_stages.rb')