public
Description: rails plugin that allows has_many :through to go through other has_many :throughs
Homepage:
Clone URL: git://github.com/ianwhite/nested_has_many_through.git
Ignoring rcov.rb in coverage
ianwhite (author)
Thu May 22 09:01:21 -0700 2008
commit  942b4d32f9b0412be469f1771003c7a9ed4d6a66
tree    7833a4674026162ffa2c4c1915aa0a106895cc6f
parent  ef7cce9e4de1354898c498f81246e0230f053b1f
...
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