summaryrefslogtreecommitdiff
path: root/spec/workers/dependency_proxy/cleanup_blob_worker_spec.rb
blob: b67a56cca7b12a93d663235c7cf7f8c173c5feb2 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe DependencyProxy::CleanupBlobWorker do
  let_it_be(:factory_type) { :dependency_proxy_blob }

  it_behaves_like 'dependency_proxy_cleanup_worker'
end