From d6511e61234d5fa2b10cb7749cbaede346e0f68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Gomes?= Date: Fri, 15 Aug 2014 15:15:19 +0100 Subject: [PATCH] Missed a few rcov-related lines --- Rakefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Rakefile b/Rakefile index 77bc6f426..ffbd9e64e 100644 --- a/Rakefile +++ b/Rakefile @@ -33,12 +33,7 @@ list = FileList[ end PKG_FILES = list -RCOV_ENABLED = !!(RUBY_PLATFORM != 'java' && RUBY_VERSION =~ /^1\.8/) -if RCOV_ENABLED - task :default => 'spec:rcov' -else - task :default => 'spec' -end +task :default => 'spec' WINDOWS = (RUBY_PLATFORM =~ /mswin|win32|mingw|bccwin|cygwin/) rescue false SUDO = WINDOWS ? '' : ('sudo' unless ENV['SUDOLESS'])