module ActionDispatch::Integration::RequestHelpers

def get(path, **args)

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