created proof of working app
[catagits/Catalyst-Runtime.git] / t / Test / t / view_TT.t
1 use strict;
2 use warnings;
3 use Test::More tests => 1;
4
5 BEGIN { use_ok 'Test::View::TT' }
6