Hi, I have a simple story that involves the user clicking a button and a
new page being rendered. Seems like a simple situation, but it's testing
my limited knowledge. The problem I have is my response test is failing,
and I'm guessing it's because the button click is meant to submit a post
request with an authentication token, which would therefore have to be
included in the post call in my scenario's "when" step. My question is
how do I go about determining the required value of the
authentication_token? Or am I just really confused?
Mark.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users