diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-22 18:13:19 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-22 18:13:19 +0000 |
commit | b0ea7a45ef55e01a911121f3e2785a01bb619505 (patch) | |
tree | b012a694873406cd6a95e76c314553118e541b36 /t/app | |
parent | 7a8cca0c2537f7cc7ccafdcc630e2080799b6c15 (diff) |
Added template handling
Diffstat (limited to 't/app')
-rw-r--r-- | t/app/view_Web.t | 8 |
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(); |