X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=blobdiff_plain;f=t%2F002-init.t;h=bb1a5481542393761899972224692c0041d104ad;hp=04276944bbeb33e1829173454cbb6265446d99cb;hb=e6fd0d07a3e79832893c8095ec634f9481c6aff9;hpb=61c6d582b281667dc3a9e988a6c0b372db396344 diff --git a/t/002-init.t b/t/002-init.t index 0427694..bb1a548 100644 --- a/t/002-init.t +++ b/t/002-init.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More; use Test::Exception; my $i = 0; @@ -64,3 +64,5 @@ for my $pkg (new_singleton_pkg) { ok( Single->new, 'can call ->new without any args' ); ok( Single->instance, 'can call ->instance without any args' ); } + +done_testing;