Skip to content
Karl Baum edited this page Mar 3, 2019 · 1 revision

Coverband should work with Resque out of box as long as the resque library is loaded before coverband. Just ensure resque comes before coverband within your Gemfile.

source 'https://rubygems.org'

gem 'resque'
gem 'coverband'
gem 'rake'

The integration logic can be found here.

Clone this wiki locally