Oleg
unread,Oct 20, 2011, 10:49:18 AM10/20/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
  to Cramp Framework
While trying to test my app I ran into this issue. This is my test:
    get '/something' do |status, headers, body|
        raise [status, headers, body].to_yaml
    end
So while I was expecting something from my app I get "Something went
wrong" and 500 status. What is very unhelpful is that there's nothing
showing in the log. On the flip side `get_body` test works just as
expected.
Any idea what might be going on? and perhaps how can I see what
exactly "went wrong"?