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