]> ruin.nu Git - ndwebbie.git/blob - controller_Alliances.t
9c4664199f0a86f2bcb7c3d00b8e204c1f314b83
[ndwebbie.git] / controller_Alliances.t
1 use strict;
2 use warnings;
3 use Test::More tests => 3;
4
5 BEGIN { use_ok 'Catalyst::Test', 'NDWeb' }
6 BEGIN { use_ok 'NDWeb::Controller::Alliances' }
7
8 ok( request('/alliances')->is_success, 'Request should succeed' );
9
10