modernize tests and require Test::More 0.88
[gitmo/MooseX-StrictConstructor.git] / t / basic.t
index 57ab8ad..9643630 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 15;
+use Test::More;
 
 {
 
@@ -184,3 +184,5 @@ like(
     $@, qr/unknown attribute.+: agent/,
     'ImmutableTricky still blows up on unknown params other than spy'
 );
+
+done_testing();