summaryrefslogtreecommitdiff
path: root/spec/migrations/20210818185845_backfill_projects_with_coverage_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/20210818185845_backfill_projects_with_coverage_spec.rb')
-rw-r--r--spec/migrations/20210818185845_backfill_projects_with_coverage_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/20210818185845_backfill_projects_with_coverage_spec.rb b/spec/migrations/20210818185845_backfill_projects_with_coverage_spec.rb
index d87f952b5da..29f554a003b 100644
--- a/spec/migrations/20210818185845_backfill_projects_with_coverage_spec.rb
+++ b/spec/migrations/20210818185845_backfill_projects_with_coverage_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-require_migration!('backfill_projects_with_coverage')
+require_migration!
RSpec.describe BackfillProjectsWithCoverage do
let(:projects) { table(:projects) }