added test for new method get_all_component_services
[catagits/Catalyst-Runtime.git] / t / lib / TestAppGetAllComponentServices.pm
1 package TestAppGetAllComponentServices;
2 use Moose;
3 extends 'Catalyst';
4 __PACKAGE__->setup_config;
5 __PACKAGE__->setup_components;
6 __PACKAGE__->meta->make_immutable;
7 1;