aboutsummaryrefslogtreecommitdiffstats
path: root/t/model_Mirrors.t
blob: e09d84542964457d94f82d7415deef20d2d97c86 (plain)
1
2
3
4
5
6
7
use strict;
use warnings;
use Test::More;

BEGIN { use_ok 'MGA::Mirrors::Model::Mirrors' }

done_testing();