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.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/t/app/controller/council.t b/t/app/controller/council.t
new file mode 100644
index 000000000..11898995a
--- /dev/null
+++ b/t/app/controller/council.t
@@ -0,0 +1,14 @@
+use strict;
+use warnings;
+use Test::More;
+
+
+use Catalyst::Test 'FixMyStreet::App';
+use_ok( 'FixMyStreet::App::Controller::Council' );
+
+TODO: {
+ local $TODO = 'need to write some tests for this';
+
+}
+
+done_testing();