diff --git a/Rakefile b/Rakefile index f14a34702..cf1eea187 100644 --- a/Rakefile +++ b/Rakefile @@ -40,7 +40,7 @@ PKG_FILES = FileList[ RCOV_ENABLED = (RUBY_PLATFORM != 'java' && RUBY_VERSION =~ /^1\.8/) if RCOV_ENABLED - task :default => 'spec:verify' + task :default => 'spec:rcov' else task :default => 'spec' end