Skip to content

Commit

Permalink
remove misleading comment in Rakefile
Browse files Browse the repository at this point in the history
Comment introduced in bbb3e5a8 before rake `isolate:test` was even introduced bbb3e5a8
  • Loading branch information
schneems committed Sep 24, 2012
1 parent f51d95a commit 1505617
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions railties/Rakefile
Expand Up @@ -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"] || "**"
Expand Down

0 comments on commit 1505617

Please sign in to comment.