gitlab-org--gitlab-foss/spec/lib/gitlab/background_migration/backfill_legacy_project_rep...

8 lines
212 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Gitlab::BackgroundMigration::BackfillLegacyProjectRepositories do
it_behaves_like 'backfill migration for project repositories', :legacy
end