diff --git a/spec/jobs/custom_queue_job_with_filter_proc.rb b/spec/jobs/custom_queue_job_with_filter_proc.rb index 847c872f0..dac4bdd31 100644 --- a/spec/jobs/custom_queue_job_with_filter_proc.rb +++ b/spec/jobs/custom_queue_job_with_filter_proc.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +require_relative './custom_queue_job' + class CustomQueueJobWithFilterProc < CustomQueueJob # slightly contrived example of munging args to the # worker and removing a random bit.