From 12d5a24d7104220c933a16fa5dba6b998813ba81 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 17 Mar 2010 13:44:24 -0700 Subject: [PATCH] fixing activemodel tests. [#4210 state:resolved] --- activesupport/lib/active_support/test_case.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb index bfe2bc4..ed8c02b 100644 --- a/activesupport/lib/active_support/test_case.rb +++ b/activesupport/lib/active_support/test_case.rb @@ -5,6 +5,7 @@ require 'active_support/testing/deprecation' require 'active_support/testing/declarative' require 'active_support/testing/pending' require 'active_support/testing/isolation' +require 'active_support/core_ext/kernel/reporting' begin silence_warnings { require 'mocha' } -- 1.6.6