DEV Community

Kayla Reopelle
Kayla Reopelle

Posted on

Tools to sort RSpec Error Output by Error Type

I'm working on a Rails upgrade for a large codebase, and would love a way to sort all of my errors by type (e.g. all of the ActionView::MissingTemplate errors in a group).

I've been doing this manually, but feel like there must be another way!

Does anyone know of tools that they use to sort RSpec output, or have ideas to approach this challenge?

Top comments (0)