]> ruin.nu Git - ndwebbie.git/blob - controller_Graphs.t
122a9cf5118c95b3d10fd8855ced2f363ae8b9ce
[ndwebbie.git] / controller_Graphs.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::Graphs' }
7
8 ok( request('/graphs')->is_success, 'Request should succeed' );
9
10