]> ruin.nu Git - ndwebbie.git/blob - t/01app.t
Use new race infrastructure for members stats
[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' );