debian-mirror-gitlab/spec/lib/gitlab/background_migration/backfill_legacy_project_repositories_spec.rb

8 lines
212 B
Ruby
Raw Normal View History

2019-02-15 15:39:39 +05:30
# frozen_string_literal: true
require 'spec_helper'
2020-07-28 23:09:34 +05:30
RSpec.describe Gitlab::BackgroundMigration::BackfillLegacyProjectRepositories do
2019-02-15 15:39:39 +05:30
it_behaves_like 'backfill migration for project repositories', :legacy
end