summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-07 20:47:07 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-07 20:47:07 +0200
commitcf9ace906be9a02e99c55b0d4a7294766aeffa41 (patch)
tree1ea3315b2ea3269abc18d0dd21102f8f4bf80f1f /t
parentsome test (diff)
downloadjitterbug-cf9ace906be9a02e99c55b0d4a7294766aeffa41.tar.gz
some test
Diffstat (limited to 't')
-rw-r--r--t/003_hook_route.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/003_hook_route.t b/t/003_hook_route.t
index 0566835..72a841f 100644
--- a/t/003_hook_route.t
+++ b/t/003_hook_route.t
@@ -1,8 +1,7 @@
-use Test::More tests => 2;
+use Test::More tests => 1;
use strict;
use warnings;
ok 1;
-ok 2;
#use jitterbug;
#use JSON;
#use YAML qw/LoadFile/;