Manual setup_components not needed
Tomas Doran [Mon, 26 Oct 2009 23:58:01 +0000 (23:58 +0000)]
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;