summaryrefslogtreecommitdiff
path: root/spec/migrations/reseed_repository_storages_weighted_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/reseed_repository_storages_weighted_spec.rb')
-rw-r--r--spec/migrations/reseed_repository_storages_weighted_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/reseed_repository_storages_weighted_spec.rb b/spec/migrations/reseed_repository_storages_weighted_spec.rb
index 8abad3c0d93..d7efff3dfba 100644
--- a/spec/migrations/reseed_repository_storages_weighted_spec.rb
+++ b/spec/migrations/reseed_repository_storages_weighted_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-require Rails.root.join('db', 'migrate', '20200509203901_reseed_repository_storages_weighted.rb')
+require_migration!
RSpec.describe ReseedRepositoryStoragesWeighted do
let(:storages) { { "foo" => {}, "baz" => {} } }