public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
Ignoring rcov.rb in coverage
ianwhite (author)
Thu May 22 08:41:17 -0700 2008
commit  50f9a92de80f1fb4832d10444c681a1c2d287b92
tree    aca52e9a98d7e0d68bc7d897ea26e4de645e5bff
parent  f67d6cc902e9f493b95cb0bc90271976b58d90d0
...
24
25
26
27
 
28
29
30
...
24
25
26
 
27
28
29
30
0
@@ -24,7 +24,7 @@ namespace :spec do
0
     t.spec_files  = FileList['spec/**/*_spec.rb']
0
     t.rcov        = true
0
     t.rcov_dir    = 'doc/coverage'
0
-    t.rcov_opts   = ['--text-report', '--exclude', "spec/,#{File.expand_path(File.join(File.dirname(__FILE__),'../../..'))}"] 
0
+    t.rcov_opts   = ['--text-report', '--exclude', "spec/,rcov.rb,#{File.expand_path(File.join(File.dirname(__FILE__),'../../..'))}"] 
0
   end
0
 
0
   namespace :rcov do

Comments