get(action, *args)
Instance Public methods
Simulate a GET request with the given parameters.
action: The controller action to call.
parameters: The HTTP parameters that you want to pass. This
may be nil, a hash, or a string that is appropriately encoded
(application/x-www-form-urlencoded or
multipart/form-data).
session: A hash of parameters to
store in the session. This may be nil.
flash: A hash of parameters to
store in the flash. This may be nil.
You can also simulate