diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-12-04 09:52:26 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-12-04 09:52:26 +0100 |
| commit | b85f601bdcfc50fd6223048f3c07ba29cbd56346 (patch) | |
| tree | ea60d77c6ca034f60e10988d21bc851fbc55de1f /t/00_compile.t | |
| parent | add a catalyst app to tests (diff) | |
| download | moosex-net-api-b85f601bdcfc50fd6223048f3c07ba29cbd56346.tar.gz | |
small updates to tests
Diffstat (limited to '')
| -rw-r--r-- | t/00_compile.t | 4 |
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' } |
