aboutsummaryrefslogtreecommitdiffstats
path: root/t/controller_New.t
blob: 64ecee3c706add59bd80ef9fac51f84a4679641b (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::New' }

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