]> Dogcows Code - chaz/chatty/blob - t/model_Meteor.t
add comet support for real-time chatting
[chaz/chatty] / t / model_Meteor.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5
6 BEGIN { use_ok 'Chatty::Model::Meteor' }
7
8 done_testing();
This page took 0.029219 seconds and 4 git commands to generate.