diff options
Diffstat (limited to 'railties')
-rwxr-xr-x | railties/fresh_rakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/fresh_rakefile b/railties/fresh_rakefile index 2a4ca7098b..95daddb261 100755 --- a/railties/fresh_rakefile +++ b/railties/fresh_rakefile @@ -7,8 +7,6 @@ $VERBOSE = nil require File.dirname(__FILE__) + '/config/environment' require 'code_statistics' -require 'active_record/support/std_ext/test_unit_ext' # temporary fix until test/unit is cured for 1.8.2 - desc "Run all the tests on a fresh test database" task :default => [ :clone_structure_to_test, :test_units, :test_functional ] |