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

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

done_testing();