debian-mirror-gitlab/spec/lib/gitlab/background_migration/backfill_legacy_project_repositories_spec.rb
2020-08-09 17:44:08 +05:30

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