X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3821f99170dfa0e8b2cce8f2bc2b5b82725c45f..0fda40c21f520739e206f536f934137608862690:/Rakefile diff --git a/Rakefile b/Rakefile index 77bc6f426f..ffbd9e64ef 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'])