]> ruin.nu Git - ndwebbie.git/blob - t/controller_CovOp.t
Use new race infrastructure for members stats
[ndwebbie.git] / t / controller_CovOp.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::CovOp' }
7
8 ok( request('/covop')->is_success, 'Request should succeed' );
9
10