Let spec be the default rake task
This commit is contained in:
parent
db64470831
commit
b15ddc4f75
2
Rakefile
2
Rakefile
@ -34,5 +34,7 @@ Spec::Rake::SpecTask.new('spec') do |t|
|
|||||||
t.spec_opts << '--options' << 'spec/spec.opts'
|
t.spec_opts << '--options' << 'spec/spec.opts'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
task :default => :spec
|
||||||
|
|
||||||
# Load custom tasks
|
# Load custom tasks
|
||||||
Dir['tasks/*.rake'].sort.each { |f| load f }
|
Dir['tasks/*.rake'].sort.each { |f| load f }
|
||||||
|
Loading…
Reference in New Issue
Block a user