Skip to content

Commit

Permalink
Run rcov by default.
Browse files Browse the repository at this point in the history
I want to maintain 100% coverage, so better to have this run every time than do it as an afterthought.
  • Loading branch information
notahat committed Jun 20, 2011
1 parent f45bf07 commit be79e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,7 @@ RSpec::Core::RakeTask.new(:rcov) do |spec|
end

desc 'Run the specs.'
task :default => :spec
task :default => :rcov


Rake::RDocTask.new(:rdoc) do |rdoc|
Expand Down

0 comments on commit be79e1c

Please sign in to comment.