Topic: xml_http_request followed by follow_redirect!
In my view, I have a periodically_call_remote which then redirects the user to a different page based on some condition.
In order to test this in my integration file I tried issuing an xml_http_request followed by a follow_redirect!.
Unfortunately this gives me a RuntimeError telling me that the response wasn't a redirect.
My program works when I run it in a browser, I just can't get the integration test to work.