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

require 'spec_helper'

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