summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/background_migration/backfill_legacy_project_repositories_spec.rb
blob: c4013d002b22a664c29abbd5c65be261e1112605 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::BackgroundMigration::BackfillLegacyProjectRepositories do
  it_behaves_like 'backfill migration for project repositories', :legacy
end