Ooops, missed a spot. This is what actually controls the default task.
This commit is contained in:
parent
3d4b424c36
commit
c44ca3afc1
2
Rakefile
2
Rakefile
|
@ -40,7 +40,7 @@ PKG_FILES = FileList[
|
||||||
|
|
||||||
RCOV_ENABLED = (RUBY_PLATFORM != 'java' && RUBY_VERSION =~ /^1\.8/)
|
RCOV_ENABLED = (RUBY_PLATFORM != 'java' && RUBY_VERSION =~ /^1\.8/)
|
||||||
if RCOV_ENABLED
|
if RCOV_ENABLED
|
||||||
task :default => 'spec:verify'
|
task :default => 'spec:rcov'
|
||||||
else
|
else
|
||||||
task :default => 'spec'
|
task :default => 'spec'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue