public
Description: rails plugin that enables inheritance of views along a controller class heirachy
Homepage: http://ianwhite.github.com/inherit_views
Clone URL: git://github.com/ianwhite/inherit_views.git
Ignoring rcov in coverage
ianwhite (author)
Thu May 22 04:28:43 -0700 2008
commit  bcc0af01f1a14a32ded2f1e7299fae2310e8f70d
tree    affcfdb221c814ec71610a3decd21fa0a924ba08
parent  234333a9ecbea96815867d86751b3099c401108c
...
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