summaryrefslogtreecommitdiff
path: root/spec/migrations/remove_records_without_group_from_webhooks_table_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/remove_records_without_group_from_webhooks_table_spec.rb')
-rw-r--r--spec/migrations/remove_records_without_group_from_webhooks_table_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/remove_records_without_group_from_webhooks_table_spec.rb b/spec/migrations/remove_records_without_group_from_webhooks_table_spec.rb
index a28ca12a10d..c267e419b42 100644
--- a/spec/migrations/remove_records_without_group_from_webhooks_table_spec.rb
+++ b/spec/migrations/remove_records_without_group_from_webhooks_table_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require_migration!
-require Rails.root.join('db', 'migrate', '20210325092215_add_not_valid_foreign_key_to_group_hooks.rb')
+require_migration!('add_not_valid_foreign_key_to_group_hooks')
RSpec.describe RemoveRecordsWithoutGroupFromWebhooksTable, schema: 20210330091751 do
let(:web_hooks) { table(:web_hooks) }