summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-07 20:49:03 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-07 20:49:03 +0200
commitdc9bc7cf111ce81d3811932d557bf009e2f34dfe (patch)
tree9bb43a1406ee84a721b7727c31afc2d2603f11ac /t
parentsome test (diff)
downloadjitterbug-dc9bc7cf111ce81d3811932d557bf009e2f34dfe.tar.gz
some test 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/;