aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/view/email.t
blob: 4d7bbe8ff02a801ddb045fdd077319b2b7a672bc (plain)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use Test::More;

BEGIN { use_ok 'FixMyStreet::App::View::Email' }

done_testing();