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