Rakefile in reportable-1.1.2 vs Rakefile in reportable-1.2.0
- old
+ new
@@ -10,12 +10,9 @@
desc 'Default: run specs.'
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
YARD::Rake::YardocTask.new(:doc) do |t|
t.files = ['lib/**/*.rb', '-', 'HISTORY.md']