Closed ptolemarch closed 9 years ago
This looks great btw, thanks
Sorry I'm taking so long, having another crack at the other open issue in the hope I can release them both at the same time.
Thank you! It is in 0.50 which should be on cpan shortly
We were glad to help! Thanks for pulling the change.
Currently, if you create an expectation that a method will be called
any_number()
of times, and that when it's called, it should be calledwith()
some particular args, it fails if the method is never called. For example, this code:If
Foo::Bar->baz()
never gets called, we see this test failure:(I am indebted to @cavemanpi, my pair-programmer, who helped me find and fix this bug.)