Missed a few rcov-related lines
authorSérgio Gomes <sgomes@google.com>
Fri, 15 Aug 2014 14:15:19 +0000 (15:15 +0100)
committerSérgio Gomes <sgomes@google.com>
Fri, 15 Aug 2014 14:15:19 +0000 (15:15 +0100)
Rakefile

index 77bc6f426fabedd558732bf7544e05022ed4782d..ffbd9e64ef76bee8bf45718c69d788cf21ca2baa 100644 (file)
--- 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'])