aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index eb068fc526..8576275aea 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -6,8 +6,6 @@ require 'rbconfig'
task :default => :test
-
-desc "Run all unit tests"
task :test => 'test:isolated'
namespace :test do