default task to :spec

This commit is contained in:
Scott Barron 2008-02-21 09:25:56 -05:00
parent 342984a3eb
commit 14fa68da09
1 changed files with 1 additions and 1 deletions

View File

@ -42,4 +42,4 @@ Spec::Rake::SpecTask.new('spec') do |t|
t.spec_opts = ['-cfs']
end
#task :default => [:cruise]
task :default => [:spec]