]> Dogcows Code - chaz/chatty/blob - t/controller_Chat.t
755d7545e20e9610d2cb9753aab751e3ce7820f5
[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.033138 seconds and 4 git commands to generate.