Welcome to mirror list, hosted at ThFree Co, Russian Federation.

reactive_caching_worker_spec.rb « workers « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63b26817a7a08ccf38c0fe39304c6824506b5d3f (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe ReactiveCachingWorker do
  it_behaves_like 'reactive cacheable worker'
end