I&#39;m using RSpec on Rails and would like to clean up the backtraces, so I went looking for an RSpec equivalent to ThoughtBot&#39;s <a href="http://thoughtbot.com/projects/quietbacktrace">Quiet Backtrace gem</a>. I found&nbsp;Spec::Runner::QuietBacktraceTweaker in the RDOCS, but I can&#39;t figure out how to use it. Can I add something to spec_helper.rb that will utilize&nbsp;Spec::Runner::QuietBacktraceTweaker to quiet the backtraces?