aboutsummaryrefslogtreecommitdiffstats
path: root/t/01-basic.t
diff options
context:
space:
mode:
authorKaren Etheridge <karen@etheridge.ca>2010-07-29 15:06:07 -0700
committerKaren Etheridge <karen@etheridge.ca>2010-07-29 15:22:19 -0700
commit0d42c8e8c15eb1addd4fb1b1669e89cffc36d7e6 (patch)
tree43767417272745e70212fc89c624d57fe7107023 /t/01-basic.t
parentdd11ea452cdae2f2949376f1d8c1bfc73577fad5 (diff)
downloadmx-alwayscoerce-0d42c8e8c15eb1addd4fb1b1669e89cffc36d7e6.tar.gz
mx-alwayscoerce-0d42c8e8c15eb1addd4fb1b1669e89cffc36d7e6.zip
add Test::NoWarnings; add (failing) tests for the use of MX::AlwaysCoerce from a role
Diffstat (limited to 't/01-basic.t')
-rw-r--r--t/01-basic.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index 3d2e365..b203699 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -2,8 +2,9 @@
use strict;
use warnings;
-use Test::More tests => 7;
+use Test::More tests => 8;
use Test::Exception;
+use Test::NoWarnings;
{
package MyClass;