aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2012-09-24 18:49:17 -0500
committerschneems <richard.schneeman@gmail.com>2012-09-24 18:49:17 -0500
commit150561779d3231c21add60936e14d7177997da13 (patch)
tree674ff114801f998162aa9438f9dac66cb0bc3574 /railties/Rakefile
parentf51d95aee52d86b9d6bd8e1d10d35d73349bfc97 (diff)
downloadrails-150561779d3231c21add60936e14d7177997da13.tar.gz
rails-150561779d3231c21add60936e14d7177997da13.tar.bz2
rails-150561779d3231c21add60936e14d7177997da13.zip
remove misleading comment in Rakefile
Comment introduced in https://github.com/rails/rails/commit/bbb3e5a8 before rake `isolate:test` was even introduced https://github.com/rails/rails/commit/bbb3e5a8
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 993ba840ff..8576275aea 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -8,9 +8,6 @@ require 'rbconfig'
task :default => :test
task :test => 'test:isolated'
-## This is required until the regular test task
-## below passes. It's not ideal, but at least
-## we can see the failures
namespace :test do
task :isolated do
dir = ENV["TEST_DIR"] || "**"