Logging in with webrat, celerity doesn't recognize that.
Posted
by Matthew Willhite
on Stack Overflow
See other posts from Stack Overflow
or by Matthew Willhite
Published on 2010-04-13T03:30:50Z
Indexed on
2010/04/13
3:32 UTC
Read the original article
Hit count: 490
I'm using cucumber with webrat, and I am just starting to integrate culerity/celerity. My webrat login steps have been working great, and I have them as a Background for many of my scenarios. The problem is that although I can log in successfully via webrat, my celerity specific step definitions don't seem to recognize that. I can check the session from the step def and it confirms that I have a valid user that is logged in. Any advice would be greatly appreciated!
Thanks
© Stack Overflow or respective owner