I have a very simple integration test based off of an example and
Agile Web Development with Rails but I can't seem to get it to work.
I'm simply setting a user id in the session via the get method in the
test but then can't access it when it hits my login controller.
Here is the relevant code in the integration test