aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorsanemat <o.gata.ken@gmail.com>2013-01-01 19:03:40 +0900
committersanemat <o.gata.ken@gmail.com>2013-01-01 19:03:40 +0900
commit3b98fb77ddd7286dfa70cef62f33733ad5117f39 (patch)
tree995d6fad82900efebeac26dcc1653226144ec04f /railties/Rakefile
parent56aa02f1ab66cfda8f5c8bdbd088dfd38b633cb7 (diff)
downloadrails-3b98fb77ddd7286dfa70cef62f33733ad5117f39.tar.gz
rails-3b98fb77ddd7286dfa70cef62f33733ad5117f39.tar.bz2
rails-3b98fb77ddd7286dfa70cef62f33733ad5117f39.zip
Add rake test description
No behavior change
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 8576275aea..eb068fc526 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -6,6 +6,8 @@ require 'rbconfig'
task :default => :test
+
+desc "Run all unit tests"
task :test => 'test:isolated'
namespace :test do