Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.0.9) is shown here.
host!(name)
public
Set the host
name to use in the next request.
session.host! "www.example.com"
# File actionpack/lib/action_dispatch/testing/integration.rb, line 236
def host!(name)
@host = name
end