Releases: Uscreen-video/rspec-enqueue_sidekiq_job
Releases · Uscreen-video/rspec-enqueue_sidekiq_job
My sweet accountant
Added countable specifiers
Flexibility
Allow for the usage of symbolized keys with the with
specifier.
From Sidekiq Wiki:
The arguments you pass to
perform_async
must be composed of simple JSON datatypes: string, integer, float, boolean, null(nil), array and hash. This means you must not use ruby symbols as arguments.
People use symbol keys anyway, and their arguments get converted to strings. And most would expect to use the same with the with
matcher qualifier.
Tolerance
False start
- removed an erroneous require statement