diff options
Diffstat (limited to 't/app/view/email.t')
-rw-r--r-- | t/app/view/email.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/app/view/email.t b/t/app/view/email.t new file mode 100644 index 000000000..4d7bbe8ff --- /dev/null +++ b/t/app/view/email.t @@ -0,0 +1,8 @@ +use strict; +use warnings; + +use Test::More; + +BEGIN { use_ok 'FixMyStreet::App::View::Email' } + +done_testing(); |