aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/council.t
blob: 41398ae61cd0c066524a56e8d8454d7aa18190cb (plain)
1
2
3
4
5
6
7
8
9
use FixMyStreet::Test;

use_ok( 'FixMyStreet::App::Controller::Council' );

TODO: {
    local $TODO = 'need to write some tests for this';
}

done_testing();