aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/view/web.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/view/web.t')
-rw-r--r--t/app/view/web.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/app/view/web.t b/t/app/view/web.t
new file mode 100644
index 000000000..0f49b986b
--- /dev/null
+++ b/t/app/view/web.t
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+use Test::More;
+use Test::More;
+
+BEGIN { use_ok 'FixMyStreet::App::View::Web' }
+
+done_testing();