aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanemat <o.gata.ken@gmail.com>2012-12-24 17:10:18 +0900
committersanemat <o.gata.ken@gmail.com>2012-12-24 17:10:18 +0900
commita3309caf338830849acd826bc6ad14f972e787db (patch)
treea719cdf716ed3a326dc7937ed5c3833c7a0c6976
parent0d8ca8124de9b3a5f6398a28d79baca935a1f96c (diff)
downloadrails-a3309caf338830849acd826bc6ad14f972e787db.tar.gz
rails-a3309caf338830849acd826bc6ad14f972e787db.tar.bz2
rails-a3309caf338830849acd826bc6ad14f972e787db.zip
Add rake test description
-rw-r--r--railties/Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index ab61d8eb11..1b437947a4 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -6,6 +6,8 @@ require 'rbconfig'
desc "Default Task"
task :default => :test
+
+desc "Run all unit tests"
task :test => 'test:isolated'
namespace :test do