module ActionDispatch::Integration::RequestHelpers
def get(path, **args)
Performs a GET request with the given parameters. See ActionDispatch::Integration::Session#process
def get(path, **args) process(:get, path, **args) end
def get(path, **args) process(:get, path, **args) end