debian-mirror-gitlab/spec/lib/gitlab/background_migration/backfill_hashed_project_repositories_spec.rb
2020-04-08 14:13:33 +05:30

7 lines
230 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::BackgroundMigration::BackfillHashedProjectRepositories, schema: 20181130102132 do
it_behaves_like 'backfill migration for project repositories', :hashed
end