Let spec be the default rake task

This commit is contained in:
Lourens Naudé 2010-08-06 23:54:24 +01:00 committed by Brian Lopez
parent db64470831
commit b15ddc4f75

View File

@ -34,5 +34,7 @@ Spec::Rake::SpecTask.new('spec') do |t|
t.spec_opts << '--options' << 'spec/spec.opts'
end
task :default => :spec
# Load custom tasks
Dir['tasks/*.rake'].sort.each { |f| load f }