Make the test not use FormBuilder. Test in register_actions now fails due to new...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMetaCompat / Controller / Books.pm
index 01acb99..6eb7747 100644 (file)
@@ -3,7 +3,6 @@ package TestAppMetaCompat::Controller::Books;
 use strict;
 use base qw/TestAppMetaCompat::Controller::Base/;
 
-sub edit : Local ActionClass('+Catalyst::Controller::FormBuilder::Action') {
-}
+sub edit : Local {}
 
 1;