add Test::NoWarnings; add (failing) tests for the use of MX::AlwaysCoerce from a...
[gitmo/MooseX-AlwaysCoerce.git] / t / 01-basic.t
index 3d2e365..b203699 100644 (file)
@@ -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;