Rakefile in relevance-castronaut-0.2.0 vs Rakefile in relevance-castronaut-0.2.5
- old
+ new
@@ -16,10 +16,10 @@
desc "Run all examples with RCov"
Spec::Rake::SpecTask.new('specs_with_rcov') do |t|
t.spec_files = FileList['spec/**/*.rb']
t.rcov = true
- t.rcov_opts = ['--exclude', 'spec', '--exclude', "Library,lib/castronaut/db,#{ENV['GEM_HOME']}", '--sort', 'coverage']
+ t.rcov_opts = ['--text-report', '--exclude', "spec,Library,lib/castronaut/db,#{ENV['GEM_HOME']}", '--sort', 'coverage']
t.spec_opts = ['-cfn']
end
desc "Run all examples"
Spec::Rake::SpecTask.new('spec') do |t|