test was trying to dispatch through TestApp, instead of TestApp::Controller::Root
[catagits/Catalyst-Runtime.git] / t / lib / TestAppComponent / V / View.pm
1 package TestAppComponent::V::View;
2 use Moose;
3 extends 'Catalyst::View';
4
5 1;