Skip to content

Commit

Permalink
Fix: uninitialized constant CustomQueueJob on rspec (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalpo authored and mhenrixon committed Aug 11, 2017
1 parent 2b31cff commit 3e7361a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/jobs/custom_queue_job_with_filter_proc.rb
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3e7361a

Please sign in to comment.