DEV Community

Discussion on: Are old unit tests useful?

Collapse
 
ben profile image
Ben Halpern

I find regression tests pretty valuable no matter who wrote them. Ideally they're pretty readable, and I find that to be the case with rspec in general. So for my life, I'm a fan.

One thing that helps is tools that audit the test suite for simple things like what is covered and how. If I can get a high-level glimpse of what the test suite is trying to do I have a better overall understanding of what is going on.