about summary refs log tree commit diff
path: root/t/00_compile.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-04 09:52:26 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-04 09:52:26 +0100
commitb85f601bdcfc50fd6223048f3c07ba29cbd56346 (patch)
treeea60d77c6ca034f60e10988d21bc851fbc55de1f /t/00_compile.t
parentadd a catalyst app to tests (diff)
downloadnet-http-api-b85f601bdcfc50fd6223048f3c07ba29cbd56346.tar.gz
small updates to tests
Diffstat (limited to 't/00_compile.t')
-rw-r--r--t/00_compile.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/00_compile.t b/t/00_compile.t
index 86438a0..10b03a4 100644
--- a/t/00_compile.t
+++ b/t/00_compile.t
@@ -1,4 +1,4 @@
 use strict;
-use Test::More tests => 1;
+use Test::More tests => 2;
 
-BEGIN { use_ok 'MooseX::Net::API' }
+BEGIN { use_ok 'MooseX::Net::API'; use_ok 'MooseX::Net::API::Test' }