added test for ->view() with one view not returning a blessed instance
[catagits/Catalyst-Runtime.git] / t / lib / TestAppOneView / View / Dummy.pm
CommitLineData
aa2e6d9e 1package TestAppOneView::View::Dummy;
2
3use base 'Catalyst::View';
4
51;