summaryrefslogtreecommitdiff
path: root/spec/migrations/schedule_populate_user_highest_roles_table_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/schedule_populate_user_highest_roles_table_spec.rb')
-rw-r--r--spec/migrations/schedule_populate_user_highest_roles_table_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/schedule_populate_user_highest_roles_table_spec.rb b/spec/migrations/schedule_populate_user_highest_roles_table_spec.rb
index 32def8ab47d..0a2ee82b349 100644
--- a/spec/migrations/schedule_populate_user_highest_roles_table_spec.rb
+++ b/spec/migrations/schedule_populate_user_highest_roles_table_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-require Rails.root.join('db', 'post_migrate', '20200311130802_schedule_populate_user_highest_roles_table.rb')
+require_migration!
RSpec.describe SchedulePopulateUserHighestRolesTable do
let(:users) { table(:users) }