Manual setup_components not needed
[catagits/Catalyst-Action-REST.git] / t / lib / Test / Serialize.pm
index e19fda9..7c26976 100644 (file)
@@ -18,8 +18,5 @@ __PACKAGE__->config(
 
 __PACKAGE__->setup;
 
-__PACKAGE__->setup_component("Test::Serialize::Controller::REST");
-__PACKAGE__->setup_component("Test::Serialize::View::Simple");
-
 1;