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