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