Okay, I give up. I have been trying to set session values in a controller, but no matter what, once the request is made and inside the controller, the session is empty. What's the correct way? I have tried
session['whatever'] = something controller.stub!(:session).and_return(session) I tried creating a new session, but nothing seems to do it. I'm sure there's something I'm missing. Suggestions? Thanks, Steve _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
