From fb13b7a495c248479f77d42a55e1c3e47c78c49c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 15 Jan 2005 20:55:19 +0000 Subject: Removed the Ruby 1.8.2 test/unit fix as it didnt work anyway git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@423 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/fresh_rakefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'railties') 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 ] -- cgit v1.2.3