Changed the dir structure so it looks a bit more distro-like.
[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