]> ruin.nu Git - ndwebbie.git/blob - 01app.t
0f6e01052db723e88a0672c6d7bbc1fa635d7625
[ndwebbie.git] / 01app.t
1 use strict;
2 use warnings;
3 use Test::More tests => 2;
4
5 BEGIN { use_ok 'Catalyst::Test', 'NDWeb' }
6
7 ok( request('/')->is_success, 'Request should succeed' );