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

require 'spec_helper'

RSpec.describe Gitlab::BackgroundMigration::BackfillHashedProjectRepositories do
  it_behaves_like 'backfill migration for project repositories', :hashed
end