aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/view
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-02-23 22:27:57 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-02-23 22:27:57 +0000
commit9bd3b875d7a16f2a8842feb6913431ae789047bd (patch)
tree5886a3342f11a0c76ab1763949224dacef1ff5a3 /t/app/view
parentfa5163eff32b66edb244f1d121cbec74469e3f48 (diff)
Tidy t/app
Diffstat (limited to 't/app/view')
-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();