debian-mirror-gitlab/spec/workers/dependency_proxy/cleanup_blob_worker_spec.rb
2021-11-18 22:05:49 +05:30

10 lines
218 B
Ruby

# 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