Ooops, missed a spot. This is what actually controls the default task.

This commit is contained in:
Bob Aman 2012-05-11 13:55:37 +03:00
parent 3d4b424c36
commit c44ca3afc1
1 changed files with 1 additions and 1 deletions

View File

@ -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