summaryrefslogtreecommitdiff
path: root/spec/migrations/fill_file_store_lfs_objects_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/fill_file_store_lfs_objects_spec.rb')
-rw-r--r--spec/migrations/fill_file_store_lfs_objects_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/fill_file_store_lfs_objects_spec.rb b/spec/migrations/fill_file_store_lfs_objects_spec.rb
index 23063cc9cd0..688976f79e8 100644
--- a/spec/migrations/fill_file_store_lfs_objects_spec.rb
+++ b/spec/migrations/fill_file_store_lfs_objects_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-require Rails.root.join('db', 'migrate', '20200513234502_fill_file_store_lfs_objects.rb')
+require_migration!
RSpec.describe FillFileStoreLfsObjects do
let(:lfs_objects) { table(:lfs_objects) }