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