summaryrefslogtreecommitdiff
path: root/GroLUG/t/01app.t
blob: 4c6499409994b78859f7e02868bacae1890ad69d (plain)
1
2
3
4
5
6
7
use strict;
use warnings;
use Test::More tests => 2;
 
BEGIN { use_ok 'Catalyst::Test''GroLUG' }
 
ok( request('/')->is_success, 'Request should succeed' );