summaryrefslogtreecommitdiff
path: root/spec/workers/dependency_proxy/cleanup_manifest_worker_spec.rb
blob: d53b3e6a1fdbb6eb3c84b1e026257e49a3044608 (plain)
1
2
3
4
5
6
7
8
9
# 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