aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-09-24 17:23:50 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-09-24 17:23:50 -0700
commit32dec29a46fda8a801c5fb2d0fc972f1b1b24a3c (patch)
treec965cb619f81b4fb12a0c14a59ef4b701240db51 /Rakefile
parentebf7d70685f72fcf616dc4b68584a49ebe15e14f (diff)
downloadrails-32dec29a46fda8a801c5fb2d0fc972f1b1b24a3c.tar.gz
rails-32dec29a46fda8a801c5fb2d0fc972f1b1b24a3c.tar.bz2
rails-32dec29a46fda8a801c5fb2d0fc972f1b1b24a3c.zip
hoe sets the default task for us
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 05b31cd65d..a7904be854 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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