Commit Graph

1 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