Convert all tests to done_testing.
[gitmo/Moose.git] / t / 020_attributes / 005_attribute_does.t
index b0ef886..6d00c67 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 9;
+use Test::More;
 use Test::Exception;
 
 
-
 {
     package Foo::Role;
     use Moose::Role;
@@ -100,5 +99,4 @@ lives_ok {
     } '... cannot have a isa() which is cannot does()';
 }
 
-
-
+done_testing;