]> ruin.nu Git - ndwebbie.git/blob - controller_CovOp.t
f608b3634f7fc06d94cbfb9018ec36378e55ef3e
[ndwebbie.git] / 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