fixed non-moosey action classes and documented isa option
[catagits/CatalystX-Declare.git] / t / lib / RenderViewTestApp.pm
CommitLineData
2bb54af3 1use CatalystX::Declare;
2
3application RenderViewTestApp with CatalystX::Declare::TestPlugin {
4
5 $CLASS->config(name => 'RenderView TestApp');
6}
7
8