]> ruin.nu Git - ndwebbie.git/blob - t/01app.t
Show target coords as soon as they are released
[ndwebbie.git] / t / 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' );