Railsters:
The traditional way to log a user into an integration test is to get
‘/login’.
Our login is elaborate and out-of-band. (Actually, it’s just >cough<
Facebook.)
How do we reach out to the session hash from an IntegrationTest and plug
variables into it?
–
Phlip