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

use Test::More;

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

done_testing();