Displaying 1 result from an estimated 1 matches for "should_be_xxxx".
2006 Dec 31
2
what''s with the response.should_be_xxxx stacktrace?
..."=>"no-cache", "location"=>"http://test.host/carts/1"},
@session=#<ActionController::TestSession:0x390466c
@attributes={"flash"=>{}, :cart=>{}}>> should be success nil
My question is, is this intended, or just a side-effect of using
should_be_xxxx? In which case, particularly regarding the "artificial
sugar causes cancer", the response should_be really could be more
nicely formatted ("response should be success but was ''redirect'' to
''http://''")
Finally, while I''m assuming tha...