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 --- activerecord/Rakefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'activerecord/Rakefile') diff --git a/activerecord/Rakefile b/activerecord/Rakefile index 5edd39c0ad..610a5d38f1 100755 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -6,8 +6,6 @@ require 'rake/packagetask' require 'rake/gempackagetask' require 'rake/contrib/rubyforgepublisher' -require 'lib/active_record/support/std_ext/test_unit_ext' # temporary fix until test/unit is cured for 1.8.2 - PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' PKG_NAME = 'activerecord' PKG_VERSION = '1.4.0' + PKG_BUILD -- cgit v1.2.3