mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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
This commit is contained in:
parent
f51d95aee5
commit
150561779d
1 changed files with 0 additions and 3 deletions
|
@ -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"] || "**"
|
||||
|
|
Loading…
Reference in a new issue