Fixing `rake spec` by removing rcov options - reportable - Fork of reportable required by WarVox, from hdm/reportable.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit ae86ca08fc9ae2a92ca14d17c97bc3415f1f9554
(DIR) parent baa264091414b2ddd9642a806f22d04649388926
(HTM) Author: Martin Kavalar <martin@sauspiel.de>
Date: Wed, 1 Feb 2012 11:18:30 +0100
Fixing `rake spec` by removing rcov options
Diffstat:
M Rakefile | 3 ---
1 file changed, 0 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/Rakefile b/Rakefile
@@ -12,9 +12,6 @@ task :default => :spec
desc 'Run the specs'
Spec::Rake::SpecTask.new(:spec) do |t|
- t.rcov_opts << '--exclude "gems/*,spec/*,init.rb"'
- t.rcov = true
- t.rcov_dir = 'doc/coverage'
t.spec_files = FileList['spec/**/*_spec.rb']
end