public function testShouldGetDefaultControllerDirectroyName()
 {
     $path = dirname(dirname(__FILE__)) . '/apps/sample/';
     $dispatcher = new Net_URL_Dispatcher(__METHOD__);
     $directroy = $dispatcher->getControllerDirectoryName();
     $this->assertSame('controllers', $directroy);
 }