]> ruin.nu Git - ndwebbie.git/blob - controller_JSRPC.t
8a4f0dbe68da72af51d420cbff419b99b0c7ffc4
[ndwebbie.git] / controller_JSRPC.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::JSRPC' }
7
8 ok( request('/jsrpc')->is_success, 'Request should succeed' );
9
10