What exactly is the difference between using controller.session and session? I though that session was just a proxy controller.session, but this irb/debug sessions show that it isn't:

http://gist.github.com/54673

When I call reset_session in the controller, I'm seeing the controller's session reset, but not the session() provided in the spec. Is this intended behavior?

Scott
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to