added test for ->view() with one view not returning a blessed instance
[catagits/Catalyst-Runtime.git] / t / lib / TestAppOneView.pm
CommitLineData
aa2e6d9e 1package TestAppOneView;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;