gitlab-org--gitlab-foss/spec/workers/dependency_proxy/cleanup_manifest_worker_spe...

10 lines
226 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe DependencyProxy::CleanupManifestWorker do
let_it_be(:factory_type) { :dependency_proxy_manifest }
it_behaves_like 'dependency_proxy_cleanup_worker'
end