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