summaryrefslogtreecommitdiff
path: root/spec/migrations/fix_projects_without_project_feature_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/fix_projects_without_project_feature_spec.rb')
-rw-r--r--spec/migrations/fix_projects_without_project_feature_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/fix_projects_without_project_feature_spec.rb b/spec/migrations/fix_projects_without_project_feature_spec.rb
index 696c9e86384..d8c5e7a28c0 100644
--- a/spec/migrations/fix_projects_without_project_feature_spec.rb
+++ b/spec/migrations/fix_projects_without_project_feature_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-require Rails.root.join('db', 'post_migrate', '20200127111840_fix_projects_without_project_feature.rb')
+require_migration!
RSpec.describe FixProjectsWithoutProjectFeature do
let(:namespace) { table(:namespaces).create!(name: 'gitlab', path: 'gitlab-org') }