# File actionpack/lib/action_dispatch/testing/test_response.rb, line 23
def success?
ActiveSupport::Deprecation.warn( The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers..squish)
successful?
end