Full Trace with RSpec
Just a reminder: To get a the full backtrace when running RSpec, either use the -b option,
script/spec -b /path/to/spec.rb
or add
--backtrace
to your spec.opts. Here are the other options for either the opts file or the command line.
Posted: 12 August 2010