From c44ca3afc17ccb58aec4a36293c7546f5ee0abaf Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Fri, 11 May 2012 13:55:37 +0300 Subject: [PATCH] Ooops, missed a spot. This is what actually controls the default task. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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