gobierto
gobierto copied to clipboard
Sidekiq configuration test
Rel: https://github.com/PopulateTools/gobierto-contratos/issues/1497
Create a test that checks:
- there's a queue named
mailer
in theconfig/sidekiq.yml
file - all the queues used in classes from
app/jobs
are present inconfig/sidekiq.yml
file
This test will prevent us to producers enqueuing jobs in queues without consumers.