Welcome to mirror list, hosted at ThFree Co, Russian Federation.

backfill_hashed_project_repositories_spec.rb « background_migration « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f64c3ccc058988dabf189c106ab9e3aafb677dbd (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

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