diff options
-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 |