You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here AbcJob has a few arguments and one of them is changes.
Now changes field is a hash value and one of the key of hash is title. Due to some reason if cannot directly verify entire hash and hence using hash_including
The text was updated successfully, but these errors were encountered:
hash_including
is not working with Job stubbing.For example - I want to check if a particular key is present in the hash.
Here AbcJob has a few arguments and one of them is changes.
Now changes field is a hash value and one of the key of hash is title. Due to some reason if cannot directly verify entire hash and hence using hash_including
The text was updated successfully, but these errors were encountered: