missing / in test file
Rafael Kitover [Mon, 22 Jun 2009 02:17:29 +0000 (02:17 +0000)]
t/lib/TestAppIndexDefault/Controller/Default.pm

index f47d023..1009f30 100644 (file)
@@ -7,7 +7,7 @@ sub default : Private {
     $c->res->body('default_default');
 }
 
-sub path_one_arg : Path('/default') Args(1) {
+sub path_one_arg : Path('/default/') Args(1) {
     my ($self, $c) = @_;
     $c->res->body('default_path_one_arg');
 }