spy_rb icon indicating copy to clipboard operation
spy_rb copied to clipboard

Make distinction between call count and executed count

Open jbodah opened this issue 8 years ago • 1 comments

Right now call_count will only be bumped when the wrapped method is actually called, not when the message was received by the spy. We should track both pieces of data

jbodah avatar Mar 10 '16 23:03 jbodah

Also need to look at call history timing around this

jbodah avatar Aug 23 '18 21:08 jbodah