Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/insert_project_feature_flags_plan_limits_spec.rb')
-rw-r--r--spec/migrations/insert_project_feature_flags_plan_limits_spec.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/migrations/insert_project_feature_flags_plan_limits_spec.rb b/spec/migrations/insert_project_feature_flags_plan_limits_spec.rb
index 1ad070de1ea..481e987c188 100644
--- a/spec/migrations/insert_project_feature_flags_plan_limits_spec.rb
+++ b/spec/migrations/insert_project_feature_flags_plan_limits_spec.rb
@@ -1,11 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-require Rails.root.join(
- 'db',
- 'migrate',
- '20200831222347_insert_project_feature_flags_plan_limits.rb'
-)
+require_migration!
RSpec.describe InsertProjectFeatureFlagsPlanLimits do
let(:migration) { described_class.new }