From d68f559640fcfa41174f544c38c9ac4aff216a26 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 18 Dec 2006 20:59:40 +0000 Subject: Don't require test/unit since it tries to turn everything into a test run. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5740 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/deprecation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/deprecation.rb b/activesupport/lib/active_support/deprecation.rb index 247aa4e1ad..76db7b5a56 100644 --- a/activesupport/lib/active_support/deprecation.rb +++ b/activesupport/lib/active_support/deprecation.rb @@ -172,7 +172,7 @@ class Module include ActiveSupport::Deprecation::ClassMethods end -require 'test/unit' +require 'test/unit/error' module Test module Unit -- cgit v1.2.3