« Return to Thread: re-raise exceptions in stories?

re-raise exceptions in stories?

by Neil M. Young :: Rate this Message:

Reply to Author | View in Thread

I see that rails handles exceptions in stories by rendering public/500.html, whereas in controller specs exceptions are re-raised. Is it possible to have this same behaviour in stories so I can check the correct exceptions are being raised?

 « Return to Thread: re-raise exceptions in stories?