public
Rubygem
Description: Suppresses the noise in your Test::Unit backtraces
Homepage: http://www.thoughtbot.com/projects/quietbacktrace
Clone URL: git://github.com/thoughtbot/quietbacktrace.git
dcroak (author)
Thu Nov 29 21:27:48 -0800 2007
commit  72eb5ea00c48fbf897246f9b350088ff59c57470
tree    8b7d2ab532bebcc50509fb86dcfa0b7a5d554c3e
parent  d069cafc627e1d343c1ff37dd498a0956b7d4d0c
name age message
file MIT-LICENSE Thu Nov 29 17:28:05 -0800 2007 baby steps toward turning this sucker into a gem [dcroak]
file README Thu Nov 29 21:27:48 -0800 2007 changed gem install line to match the request m... [dcroak]
directory lib/ Thu Nov 29 21:27:01 -0800 2007 altered how vendor directory works in Rails, im... [dcroak]
directory test/ Thu Nov 29 21:27:01 -0800 2007 altered how vendor directory works in Rails, im... [dcroak]
README
Quiet Backtrace
===============

  by Dan Croak (dcroak@thoughtbot.com, http://dancroak.com) 
     James Golick (james@giraffesoft.ca, http://jamesgolick.com/) 
     Joe Ferris (jferris@thoughtbot.com)

  Special thanks to the Boston.rb group for cultivating this idea at our inaugural hackfest.

  sudo gem install quietbacktrace

  svn repo: https://svn.thoughtbot.com/gems/quiet_backtrace
  mailing list: http://groups.google.com/group/quiet_backtrace
  
Quiet Backtrace suppresses the noise in your Test::Unit backtrace.
It also provides hooks for you to add additional filters.

It requires Test::Unit. 

Copyright (c) 2007 Dan Croak, thoughtbot, inc., released under the MIT license