aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/council.t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-16 13:55:56 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-16 13:55:56 +0100
commitac3eda01d488dc166596d266c82523a5f3a2670a (patch)
tree644cc85c55b5541dd10b8cd3c021cb06c063ba97 /t/app/controller/council.t
parent5fdf34d4407f3ada00492c33e33ad79d30f74cdc (diff)
put in a use test to stop irritating test failure
Diffstat (limited to 't/app/controller/council.t')
-rw-r--r--t/app/controller/council.t7
1 files changed, 6 insertions, 1 deletions
diff --git a/t/app/controller/council.t b/t/app/controller/council.t
index d01b3ccd7..11898995a 100644
--- a/t/app/controller/council.t
+++ b/t/app/controller/council.t
@@ -4,6 +4,11 @@ use Test::More;
use Catalyst::Test 'FixMyStreet::App';
-use FixMyStreet::App::Controller::Council;
+use_ok( 'FixMyStreet::App::Controller::Council' );
+
+TODO: {
+ local $TODO = 'need to write some tests for this';
+
+}
done_testing();