restructured dirs. need to write test to test how helper is invoked. also need to...
[catagits/Catalyst-Devel.git] / share / t / apptest.tt
1 [% startperl %]
2 use strict;
3 use warnings;
4 use Test::More tests => 2;
5
6 BEGIN { use_ok 'Catalyst::Test', '[% name %]' }
7
8 ok( request('/')->is_success, 'Request should succeed' );