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
fixing bug in Rakefile, renaming quiet_backtrace.rb to quietbacktrace.r
dancroak (author)
Sat Jun 07 12:18:53 -0700 2008
commit  50e8aa8dac4dfe97225ba7f6b8e052af0beeeb2d
tree    c6f0159abda61e6a97c1b041855c10ed6779d0b5
parent  a8e2fb04eb12424be079ac88d6a1db0d1e2c4ac8
...
30
31
32
33
34
35
36
37
...
30
31
32
 
 
33
34
35
0
@@ -30,8 +30,6 @@ spec = Gem::Specification.new do |s|
0
   s.summary = %q{Quiet Backtrace suppresses the noise in your Test::Unit backtrace.}
0
   s.description = %q{Quiet Backtrace suppresses the noise in your Test::Unit backtrace.def backtrace.
0
                      It also provides hooks for you to add additional silencers and filters.}
0
- end
0
- }
0
 
0
   s.files = FileList['[A-Z]*', 'lib/**/*.rb', 'test/**/*.rb']
0
   s.require_path = 'lib'

Comments

    No one has commented yet.