Exceptions being caught in functional testing

I’ve got a strange problem with functional testing in one of my
projects. When an exception is raised it doesn’t propagate up to the
test code. Instead I get a response code of 500 and the response has the
error page in it. In my other project on the same rails installation it
dumps the stack to the console. Obviously this is easier to work with.
Any idea why on one project catches exceptions and renders the error
page and the other works properly?

Thanks.


Jack C.
[email protected]