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

sidekiq.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 575d345115070f2145b2a200d472d137c3060d70 (plain)
1
2
3
4
5
require 'sidekiq/testing/inline'

Sidekiq::Testing.server_middleware do |chain|
  chain.add Gitlab::SidekiqStatus::ServerMiddleware
end