= private = protected
message_with_silenced_deprecation()
Silence warnings when reporting test errors.
# File activesupport/lib/active_support/testing/deprecation.rb, line 47 def message_with_silenced_deprecation ::ActiveSupport::Deprecation.silence { message_without_silenced_deprecation } end