diff options
author | schneems <richard.schneeman@gmail.com> | 2012-09-24 18:49:17 -0500 |
---|---|---|
committer | schneems <richard.schneeman@gmail.com> | 2012-09-24 18:49:17 -0500 |
commit | 150561779d3231c21add60936e14d7177997da13 (patch) | |
tree | 674ff114801f998162aa9438f9dac66cb0bc3574 /railties/Rakefile | |
parent | f51d95aee52d86b9d6bd8e1d10d35d73349bfc97 (diff) | |
download | rails-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/Rakefile | 3 |
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"] || "**" |