Commit Graph

2 Commits

Author SHA1 Message Date
807d1ba73d Change behavior of stub_called_times
It now only ever returns the the number of times the stub has been
called. To assert if it has been called exactly X number of times, use
`stub_called_exact_times` instead.
2014-03-22 14:05:33 +00:00
a6741d903c Add stub_called_with and related functions 2014-03-22 13:43:27 +00:00