I find the overuse of mocks/fakes/test doubles/stubs to be brittle enough (but sometimes necessary), but it becomes worse to debug test failures when there's vcr style caching/replaying of stubs/fakes in action. That's like double faking, IMO. Anyone else feel this way?

 — @copyconstruct