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:
parent
342984a3eb
commit
14fa68da09
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -42,4 +42,4 @@ Spec::Rake::SpecTask.new('spec') do |t|
|
||||||
t.spec_opts = ['-cfs']
|
t.spec_opts = ['-cfs']
|
||||||
end
|
end
|
||||||
|
|
||||||
#task :default => [:cruise]
|
task :default => [:spec]
|
||||||
|
|
Loading…
Reference in a new issue