aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/council.t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-06 11:24:28 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-06 11:24:28 +0100
commitaaf60ba622748d8f5a5c4eb16fe663ff9fec5a0d (patch)
tree08d466614a35d5e438c797cb9ae7868aafdcd00b /t/app/controller/council.t
parent9787559f918a136da3096d05abbb7430731ecaa9 (diff)
created council controller and use that for load and check councils
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();