public function see()
 {
     $location = 'http://example.com/resource/4711';
     $r = Response::see($location);
     $this->assertEquals(302, $r->status);
 }