summaryrefslogtreecommitdiff
path: root/spec/migrations/20200122123016_backfill_project_settings_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/20200122123016_backfill_project_settings_spec.rb')
-rw-r--r--spec/migrations/20200122123016_backfill_project_settings_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/20200122123016_backfill_project_settings_spec.rb b/spec/migrations/20200122123016_backfill_project_settings_spec.rb
index 9ae492a36aa..7fc8eb0e368 100644
--- a/spec/migrations/20200122123016_backfill_project_settings_spec.rb
+++ b/spec/migrations/20200122123016_backfill_project_settings_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-require Rails.root.join('db', 'post_migrate', '20200122123016_backfill_project_settings.rb')
+require_migration!('backfill_project_settings')
RSpec.describe BackfillProjectSettings, :sidekiq, schema: 20200114113341 do
let(:projects) { table(:projects) }