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

BEGIN { use_ok 'MGA::Mirrors::View::TT' }

done_testing();