aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/view/web.t
blob: 0f49b986b3d990e263ae1281a9e649762636867d (plain)
1
2
3
4
5
6
7
8
use strict;
use warnings;
use Test::More;
use Test::More;

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

done_testing();