source: server/trunk/web/t/controller_Statistics-Chat.t @ 420

Last change on this file since 420 was 265, checked in by nanardon, 13 years ago
  • add statistics page (with graph)
File size: 320 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5BEGIN { use_ok 'Catalyst::Test', 'Sophie' }
6BEGIN { use_ok 'Sophie::Controller::Statistics::Chat' }
7
8ok( request('/statistics/chat')->is_success, 'Request should succeed' );
9ok( request('/statistics/chat/command_graph')->is_success, 'Request should succeed' );
10done_testing();
Note: See TracBrowser for help on using the repository browser.