Add mech testing in from the branch I previously made. 5 of the URIs which we test...
[catagits/Gitalist.git] / t / view_Default.t
1 use strict;
2 use warnings;
3 use Test::More tests => 1;
4
5 BEGIN { use_ok 'Gitalist::View::Default' }
6