I have an "Internal server error" in one of my request specs (RSpec2 and Capybara), and I just don't know where to get more information about it. I've taken a look at the test.log, but there's no particular info about the problem, there's info about Rails rendering a 500 message.
Is this normal behavior? Where can I find more info? Somewhere Rails has to tell me what's wrong, doesn't it?
Thanks a lot for help, this one is driving me nuts.