Is there a way to stub multiple calls to a mock? Specifically I'm trying to stub an exception result...
p
Is there a way to stub multiple calls to a mock? Specifically I'm trying to stub an exception result and then a good result for my mock to see if my retry logic works