Tools to sort RSpec Error Output by Error Type

kreopelle

Kayla Reopelle

Posted on April 3, 2019

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?

💖 💪 🙅 🚩
kreopelle
Kayla Reopelle

Posted on April 3, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related