diff options
-rw-r--r-- | t/app/controller/council.t | 7 |
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(); |