fix dev mode when no dot in @INC
[catagits/Catalyst-View-TT.git] / t / 01use.t
1 use strict;
2 use warnings;
3 use Test::More tests => 2;
4
5 BEGIN { use_ok('Catalyst::View::TT') }
6 BEGIN { use_ok('Catalyst::Helper::View::TT') }