Class: Test::Unit::Error
Overview
:nodoc:
Instance Method Summary collapse
-
#message_with_silenced_deprecation ⇒ Object
Silence warnings when reporting test errors.
Instance Method Details
#message_with_silenced_deprecation ⇒ Object
Silence warnings when reporting test errors.
234 235 236 237 238 |
# File 'lib/active_support/deprecation.rb', line 234 def ActiveSupport::Deprecation.silence do end end |