Bump required Module::Install version in everything. janus++
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action / TestRelative.pm
index 2efe3f1..951345e 100644 (file)
@@ -17,13 +17,4 @@ sub relative_two : Local {
     $c->forward( 'TestApp::Controller::Action::Forward', 'one' );
 }
 
-sub relative_go : Local {
-    my ( $self, $c ) = @_;
-    $c->go('/action/go/one');
-}
-
-sub relative_go_two : Local {
-    my ( $self, $c ) = @_;
-    $c->go( 'TestApp::Controller::Action::Go', 'one' );
-}
 1;