diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-08-15 18:44:46 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-08-15 18:44:46 +0000 |
commit | 53078ca9498dc9c91efc4c7dd7a351f26c6be30e (patch) | |
tree | 5e8a45927a8f3eef0e9109676d19b615d7e42ba7 /lib/tasks | |
parent | 910988133d4a0e49f70cf3219fa8bb864099852c (diff) | |
download | redmine-53078ca9498dc9c91efc4c7dd7a351f26c6be30e.tar.gz redmine-53078ca9498dc9c91efc4c7dd7a351f26c6be30e.zip |
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
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/testing.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/testing.rake b/lib/tasks/testing.rake index 0e154af4e..42f756f68 100644 --- a/lib/tasks/testing.rake +++ b/lib/tasks/testing.rake @@ -42,5 +42,5 @@ begin end end rescue LoadError - puts 'Rcov is not available. Proceeding without...' + # rcov not available end |