No warning about rcov each time a rake task is ran.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1747 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-08-15 18:44:46 +00:00
parent 910988133d
commit 53078ca949
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ begin
end
end
rescue LoadError
puts 'Rcov is not available. Proceeding without...'
# rcov not available
end