public function testResponseContentWithRenderableObjects()
 {
     $response = new Response(new UT_Response_Render());
     $this->assertEquals('Hello!', $response->prepareContent());
 }