aboutsummaryrefslogblamecommitdiffstats
path: root/t/01app.t
blob: c72e2c7d43f09d762eec4c3406db21bd3db5fea5 (plain) (tree)
1
2
3
4
5
6
7






                                                         
use strict;
use warnings;
use Test::More tests => 2;

BEGIN { use_ok 'Catalyst::Test', 'ComponentUI' }

ok( request('/')->is_success, 'Request should succeed' );