summaryrefslogtreecommitdiff
path: root/spec/migrations/20200703125016_backfill_namespace_settings_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/20200703125016_backfill_namespace_settings_spec.rb')
-rw-r--r--spec/migrations/20200703125016_backfill_namespace_settings_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/20200703125016_backfill_namespace_settings_spec.rb b/spec/migrations/20200703125016_backfill_namespace_settings_spec.rb
index 9ff88009d8a..c9f7a66a0b9 100644
--- a/spec/migrations/20200703125016_backfill_namespace_settings_spec.rb
+++ b/spec/migrations/20200703125016_backfill_namespace_settings_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-require Rails.root.join('db', 'post_migrate', '20200703125016_backfill_namespace_settings.rb')
+require_migration!('backfill_namespace_settings')
RSpec.describe BackfillNamespaceSettings, :sidekiq, schema: 20200703124823 do
let(:namespaces) { table(:namespaces) }