summaryrefslogtreecommitdiff
path: root/spec/migrations/remove_redundant_pipeline_stages_spec.rb
diff options
context:
space:
mode:
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')