You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
--backtrace
flag should seeing those gems be necessary.The text was updated successfully, but these errors were encountered: