lib/active_support/testing/deprecation.rb in activesupport-2.3.2 vs lib/active_support/testing/deprecation.rb in activesupport-2.3.3

- old
+ new

@@ -1,4 +1,6 @@ +require "active_support/core_ext/module" + module ActiveSupport module Testing module Deprecation #:nodoc: def assert_deprecated(match = nil, &block) result, warnings = collect_deprecations(&block)