]> Dogcows Code - chaz/chatty/blob - t/view_HTML.t
adding a basic template to build off of
[chaz/chatty] / t / view_HTML.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5
6 BEGIN { use_ok 'Chatty::View::HTML' }
7
8 done_testing();
This page took 0.032455 seconds and 4 git commands to generate.