public function testPath()
 {
     $this->request->setPath('/statuses/show.json');
     $this->assertSame('/statuses/show.json', $this->request->getPath());
 }