fix warnings in test suite
[catagits/Catalyst-Plugin-Scheduler.git] / t / lib / TestApp.pm
index 916e4e6..a83a23e 100644 (file)
@@ -12,11 +12,4 @@ TestApp->config(
 
 TestApp->setup( qw/Scheduler/ );
 
-sub default : Private {
-    my ( $self, $c ) = @_;
-    
-    $c->res->output( 'default' );
-}
-
 1;
-