public
Fork of relevance/tarantula
Description: a big hairy fuzzy spider that crawls your site, wreaking havoc
Homepage: http://opensource.thinkrelevance.com/wiki/tarantula
Clone URL: git://github.com/thechrisoshow/tarantula.git
Added tmp and rcov_tmp to gitignore.
Excluded /Library/Gems/* from the RCOV task
spicycode (author)
Thu May 29 14:59:04 -0700 2008
commit  0f5050f5ab012d481f1f06cdc47573407c8ae6bc
tree    edb2834a616cf5a5605ef6b985ae792acee6b7e0
parent  058802cbfe6bd9476e1c6048450cd854e75330ac
...
27
28
29
30
31
 
32
33
34
...
27
28
29
 
 
30
31
32
33
0
@@ -27,8 +27,7 @@ begin
0
 
0
   namespace :coverage do
0
     rcov_output = ENV["CC_BUILD_ARTIFACTS"] || 'tmp/coverage'
0
- rcov_exclusions = %w{
0
- }.join(',')
0
+ rcov_exclusions = %w{ /Library/Ruby/* }.join(',')
0
   
0
     desc "Delete aggregate coverage data."
0
     task(:clean) { rm_f "rcov_tmp" }

Comments

    No one has commented yet.