diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-03-17 13:44:24 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-03-17 13:46:21 -0700 |
commit | db2d96a6ba9c8d6d07121853955abe46af350f87 (patch) | |
tree | 803d9ea8e4af67e81f64f3df705686af0b5ca5cf /activesupport/lib | |
parent | 067b350301279f608a369a39aff9b6f5a22357aa (diff) | |
download | rails-db2d96a6ba9c8d6d07121853955abe46af350f87.tar.gz rails-db2d96a6ba9c8d6d07121853955abe46af350f87.tar.bz2 rails-db2d96a6ba9c8d6d07121853955abe46af350f87.zip |
fixing activemodel tests. [#4210 state:resolved]
Signed-off-by: wycats <wycats@gmail.com>
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | 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 bfe2bc41d0..ed8c02ba3e 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' } |