diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-15 20:55:19 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-15 20:55:19 +0000 |
commit | fb13b7a495c248479f77d42a55e1c3e47c78c49c (patch) | |
tree | 988b8cd610718cf319a666dda752b99ea6d55a79 /railties | |
parent | c81af992e84169e7e462a99dd1f86b96eff7d345 (diff) | |
download | rails-fb13b7a495c248479f77d42a55e1c3e47c78c49c.tar.gz rails-fb13b7a495c248479f77d42a55e1c3e47c78c49c.tar.bz2 rails-fb13b7a495c248479f77d42a55e1c3e47c78c49c.zip |
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
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 ] |