here’s my code for an action (add_user) in my login_controller, as well
as the form that calls add_user:
http://rafb.net/paste/results/3Paw8119.html
So in my test of this controller, I want to test add_user. So I need
to pass it the name and password. How do I do this?
I know this doesn’t work:
process ‘add_user’, ‘name’ => ‘Ben’, ‘password’ => ‘password’
Thanks!
Ben L.