On Wed, Oct 6, 2010 at 1:44 AM, David Chelimsky <[email protected]> wrote: > > On Oct 5, 2010, at 6:19 PM, Katrina Owen wrote: >> I can't seem to silence the stack trace when running specs. > > This needs some docs, but there is a configuration option called > backtrace_clean_patterns that you can append to: > > RSpec::configure do |c| > backtrace_clean_patterns << /gems\// > end > > Maybe we should make that part of the default list? >
Thank you, David -- this worked beautifully. It would be great to have that available in the default list. Cheers, Katrina _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
