GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: RubyXt is a set of ass-kicker utility classes and libraries that aims to provide powerful tools for the Ruby developer.
Clone URL: git://github.com/divoxx/rubyxt.git
Excluding everything under spec/ from coverage report
divoxx (author)
Sat May 31 12:02:14 -0700 2008
commit  34b02627f577811c10cf017330072cf98a61ba13
tree    3d2e63d90e1ccb5accf08fe920be0f5efdee5a5a
parent  ccf0393fe815ea47e6fc201c436173064118c98f
...
36
37
38
39
 
40
41
42
...
49
50
51
52
53
 
...
36
37
38
 
39
40
41
42
...
49
50
51
 
52
53
0
@@ -36,7 +36,7 @@ desc "Run all specs (examples)"
0
 Spec::Rake::SpecTask.new do |t|
0
   t.spec_files = FileList['spec/**/*_spec.rb']
0
   t.rcov = true
0
- t.rcov_opts = ["--exclude 'spec\/spec_helper\.rb'"]
0
+ t.rcov_opts = ["--exclude 'spec\/'"]
0
   t.spec_opts = ["--options spec/spec.opts", "--format html:doc/specs.html"]
0
 end
0
 
0
@@ -49,4 +49,4 @@ Rake::RDocTask.new do |rd|
0
   rd.options << "--all"
0
   rd.options << "--inline-source"
0
   rd.options << "--line-numbers"
0
-end
0
\ No newline at end of file
0
+end

Comments

    No one has commented yet.