Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDavid Langley
10,965 PointsTerminal not back tracing errors when testing
When testing I am getting an error notification (expected) however it is not back tracing the error and giving me the following message instead;
If you need more of the backtrace for any of these deprecations to
identify where to make the necessary changes, you can configure
config.raise_errors_for_deprecations!
, and it will turn the
deprecation warnings into errors, giving you the full backtrace.
Jason's screen in the video shows the entire error and its location.
hope you can help.
1 Answer
Unsubscribed User
30 PointsWhat version of rails/rspec/capybara is installed?
For better or worse (mostly better) I went with the newest builds of everything and really had to read the latest documentation to make it through the tests in that project.
David Forero
5,492 PointsDavid Forero
5,492 PointsAny updates as to how to get the full backtrace errors? Iยดm having the same problem.