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

BEGIN { use_ok 'Catalyst::Test', 'MGA::Mirrors' }
BEGIN { use_ok 'MGA::Mirrors::Controller::Report' }

ok( request('/report')->is_success, 'Request should succeed' );
done_testing();