summaryrefslogtreecommitdiff
path: root/spec/migrations/create_environment_for_self_monitoring_project_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/create_environment_for_self_monitoring_project_spec.rb')
-rw-r--r--spec/migrations/create_environment_for_self_monitoring_project_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/create_environment_for_self_monitoring_project_spec.rb b/spec/migrations/create_environment_for_self_monitoring_project_spec.rb
index 1ba464f1610..4615c231510 100644
--- a/spec/migrations/create_environment_for_self_monitoring_project_spec.rb
+++ b/spec/migrations/create_environment_for_self_monitoring_project_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-require Rails.root.join('db', 'post_migrate', '20200214214934_create_environment_for_self_monitoring_project')
+require_migration!
RSpec.describe CreateEnvironmentForSelfMonitoringProject do
let(:application_settings_table) { table(:application_settings) }