aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/council.t
blob: 41398ae61cd0c066524a56e8d8454d7aa18190cb (plain)
1
2
3
4
5
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
use FixMyStreet::Test;

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

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

done_testing();