Configure RSpec backtrace error reporting #1302
lancejjohnson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Filter from the back trace commonly used gems during RSpec failure logging. Many framework gems are rarely relevant in tracing testing errors, particularly while doing TDD, and their presence in the failure log makes it more difficult to find the test error that is driving the next change.
For example,
RSpec allows developers to temporarily suspend this filtering through the use of the
--backtraceflag should seeing those gems be necessary.Beta Was this translation helpful? Give feedback.
All reactions