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