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