]> Dogcows Code - chaz/chatty/blobdiff - t/controller_Chat.t
create, list, and room viewing implemented
[chaz/chatty] / t / controller_Chat.t
diff --git a/t/controller_Chat.t b/t/controller_Chat.t
new file mode 100644 (file)
index 0000000..755d754
--- /dev/null
@@ -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();
This page took 0.01872 seconds and 4 git commands to generate.