]> Dogcows Code - chaz/chatty/blob - t/01app.t
better client-side form validation; layout tweaks
[chaz/chatty] / t / 01app.t
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use Test::More;
5
6 use Catalyst::Test 'Chatty';
7
8 ok( request('/')->is_success, 'Request should succeed' );
9
10 done_testing();
This page took 0.032501 seconds and 4 git commands to generate.