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

8 lines
242 B
Ruby
Raw Normal View History

2019-02-15 15:39:39 +05:30
# 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