added test for new method get_all_component_services
[catagits/Catalyst-Runtime.git] / t / lib / TestAppGetAllComponentServices / Model / Baz.pm
diff --git a/t/lib/TestAppGetAllComponentServices/Model/Baz.pm b/t/lib/TestAppGetAllComponentServices/Model/Baz.pm
new file mode 100644 (file)
index 0000000..6895a15
--- /dev/null
@@ -0,0 +1,5 @@
+package TestAppGetAllComponentServices::Model::Baz;
+use Moose;
+extends 'Catalyst::Model';
+__PACKAGE__->meta->make_immutable;
+1;