aboutsummaryrefslogtreecommitdiffstats
path: root/t/view_Email-Template.t
blob: c996dc653d8987523b8279112160852339d549ce (plain)
1
2
3
4
5
6
7
use strict;
use warnings;
use Test::More;

BEGIN { use_ok 'CatDap::View::Email::Template' }

done_testing();