Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.2.13) is shown here.
message_with_silenced_deprecation()
public
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