1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

hoe sets the default task for us

This commit is contained in:
Aaron Patterson 2010-09-24 17:23:50 -07:00
parent ebf7d70685
commit 32dec29a46

View file

@ -15,6 +15,3 @@ Hoe.spec 'arel' do
self.extra_dev_deps << ['rspec', '~> 1.3.0']
self.testlib = :rspec
end
desc "Default task is to run specs"
task :default => :spec