Hi'ya

I have a When step that calls get game_url.  It turns out that calling this
page is resulting in a render error, which explains my failing Then steps.
It would help me if the story told me there was a problem rendering the
response.  Is there any way to get the story steps to automatically raise an
error if such a problem occurs?

For now I can add response.code.should == "200" or something similar..

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

Reply via email to