public
Description: resources_controller rails plugin: rc makes RESTful controllers fun
Homepage: http://plugins.ardes.com/doc/resources_controller
Clone URL: git://github.com/ianwhite/resources_controller.git
Click here to lend your support to: resources_controller and make a donation at www.pledgie.com !
Ignoring rcov.rb files in cverage
ianwhite (author)
Thu May 22 05:05:01 -0700 2008
commit  cac370257ee2c8348f61a17ccd498500323b36d3
tree    560294d76940ccc09308ba76fd2d42f260b47527
parent  5ef957277948b9743fc9f03f8a8eba6c75406780
...
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