Make default rake task a multitask so tests run in parallel.

This commit is contained in:
Parker Moore 2014-08-12 14:34:17 -04:00
parent a330bb0801
commit 14b73667b8
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ end
#
#############################################################################
task :default => [:test, :features]
multitask :default => [:test, :features]
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|