class Test::Unit::Error

:nodoc:

def message_with_silenced_deprecation

Silence warnings when reporting test errors.
:nodoc:
def message_with_silenced_deprecation
  ::ActiveSupport::Deprecation.silence { message_without_silenced_deprecation }
end