aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activesupport/lib/active_support/deprecation.rb2
1 files changed, 1 insertions, 1 deletions
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