Convert all tests to done_testing.
[gitmo/Moose.git] / t / 020_attributes / 019_attribute_lazy_initializer.t
index 06f631f..3ac82d8 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 23;
+use Test::More;
 use Test::Exception;
 
 
-
 {
     package Foo;
     use Moose;
@@ -148,3 +147,4 @@ dies_ok {
     Fail::Bar->new(foo => 10)
 } '... this fails, because initializer returns a bad type';
 
+done_testing;