X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=t%2Fcontroller_Chat.t;fp=t%2Fcontroller_Chat.t;h=755d7545e20e9610d2cb9753aab751e3ce7820f5;hp=0000000000000000000000000000000000000000;hb=6177b7c3d795a2505f95269ab2dd1d4c6f05a525;hpb=65447d848567b9383f01ab73d8d7eb42b9d8844d diff --git a/t/controller_Chat.t b/t/controller_Chat.t new file mode 100644 index 0000000..755d754 --- /dev/null +++ b/t/controller_Chat.t @@ -0,0 +1,10 @@ +use strict; +use warnings; +use Test::More; + + +use Catalyst::Test 'Chatty'; +use Chatty::Controller::Chat; + +ok( request('/chat')->is_success, 'Request should succeed' ); +done_testing();