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

require 'spec_helper'

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