function testPath_with_correct_path()
 {
     SimpleAsset::config(array('store' => 'file', 'store_dir' => dirname(__FILE__) . '/support'));
     $this->assertEquals('/stylesheets/common.css?012345', SimpleAsset::path('/stylesheets/common.css'));
 }