aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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