]> Dogcows Code - chaz/chatty/blob - t/controller_Chat.t
create, list, and room viewing implemented
[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.034691 seconds and 4 git commands to generate.