summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-07 20:45:03 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-07 20:45:03 +0200
commit30a7cd37e0b37b0ce983639e35da4eda88b7c1e7 (patch)
tree9bb43a1406ee84a721b7727c31afc2d2603f11ac /t
parentuse new connect_info; add interval (diff)
downloadjitterbug-30a7cd37e0b37b0ce983639e35da4eda88b7c1e7.tar.gz
some test
Diffstat (limited to 't')
-rw-r--r--t/003_hook_route.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/003_hook_route.t b/t/003_hook_route.t
index 72a841f..0566835 100644
--- a/t/003_hook_route.t
+++ b/t/003_hook_route.t
@@ -1,7 +1,8 @@
-use Test::More tests => 1;
+use Test::More tests => 2;
 use strict;
 use warnings;
 ok 1;
+ok 2;
 #use jitterbug;
 #use JSON;
 #use YAML qw/LoadFile/;