Skip to content

Releases: Uscreen-video/rspec-enqueue_sidekiq_job

My sweet accountant

28 Mar 13:57
Compare
Choose a tag to compare

Flexibility

21 Mar 19:01
Compare
Choose a tag to compare

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

21 Mar 16:06
Compare
Choose a tag to compare
  • removed an erroneous kwargs error message when a job is scheduled with an option hash

False start

21 Mar 15:44
Compare
Choose a tag to compare
  • removed an erroneous require statement

Headstart

21 Mar 15:21
Compare
Choose a tag to compare