aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/council.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/council.t')
-rw-r--r--t/app/controller/council.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/app/controller/council.t b/t/app/controller/council.t
new file mode 100644
index 000000000..d01b3ccd7
--- /dev/null
+++ b/t/app/controller/council.t
@@ -0,0 +1,9 @@
+use strict;
+use warnings;
+use Test::More;
+
+
+use Catalyst::Test 'FixMyStreet::App';
+use FixMyStreet::App::Controller::Council;
+
+done_testing();