spy_rb
spy_rb copied to clipboard
Make distinction between call count and executed count
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
Also need to look at call history timing around this