Added support for ~ prefix to plugins and action classes
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action / Go.pm
index 23ea06a..cecb8e8 100644 (file)
@@ -96,7 +96,7 @@ sub embed : Local {
 
 sub class_go_test_action : Local {
     my ( $self, $c ) = @_;
-    $c->go(qw/TestApp class_go_test_method/);
+    $c->go(qw/TestApp/);
 }
 
 1;