aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model/db.t
blob: bebd68f0b3fb74a0ae8f88ffab355041e0f712b9 (plain)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use Test::More;

use_ok 'FixMyStreet::App::Model::DB';

done_testing();