From: Dave Rolsky Date: Thu, 7 Aug 2008 16:10:43 +0000 (+0000) Subject: Add test count X-Git-Tag: 0_55_01~43^2~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d193eb8bac21a7127004f245860673a8b6f960a;p=gitmo%2FMoose.git Add test count --- diff --git a/t/050_metaclasses/012_moose_exporter.t b/t/050_metaclasses/012_moose_exporter.t index e91249a..dc17b52 100644 --- a/t/050_metaclasses/012_moose_exporter.t +++ b/t/050_metaclasses/012_moose_exporter.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More tests => 38; use Test::Exception; # All the BEGIN blocks are necessary to emulate the behavior of