Closed gbrlcustodio closed 1 year ago
I was unable to run the expectations locally since I keep stumbled upon this error:
An app is required to create a GlobalID. Pass the :app option or set the default GlobalID.app.
Closing since we've added #on
with v4
Allow applying expectations to enqueue queue when setting queue at enqueue time.
Let's say we have a worker listening to
old_queue
But at enqueue time, we change it to
new_queue
This PR enables this feature to be tested using the new queue evaluator when queue is expected by calling
to
method ofhave_enqueued_job
matcher.Example: