1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

default task to :spec

This commit is contained in:
Scott Barron 2008-02-21 09:25:56 -05:00
parent 342984a3eb
commit 14fa68da09

View file

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