RSpec Backtraces

For your sanity, include ‘—backtrace’ in your spec.opts file when using RSpec. It’ll help you a lot when you encounter a deep error in your code and RSpec is only displaying a shallow backtrace.