diff options
Diffstat (limited to 't/app/view/web.t')
-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(); |