]> Dogcows Code - chaz/chatty/blob - t/controller_Chat.t
fix some inaccuracies in the documentation
[chaz/chatty] / t / controller_Chat.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5
6 use Catalyst::Test 'Chatty';
7 use Chatty::Controller::Chat;
8
9 ok( request('/chat')->is_success, 'Request should succeed' );
10 done_testing();
This page took 0.035223 seconds and 5 git commands to generate.