AJ (Abhishek Jadav)

Results 1 issues of AJ (Abhishek Jadav)

`hash_including` is not working with Job stubbing. For example - I want to check if a particular key is present in the hash. ``` AbcJob.expects(:perform_later).with( has_entry("changes" => hash_including( "title" =>...