Convert all tests to done_testing.
[gitmo/Moose.git] / t / 020_attributes / 002_attribute_writer_generation.t
index f7f776c..f166150 100644 (file)
@@ -3,13 +3,12 @@
 use strict;
 use warnings;
 
-use Test::More tests => 29;
+use Test::More;
 use Test::Exception;
 
 use Scalar::Util 'isweak';
 
 
-
 {
     package Foo;
     use Moose;
@@ -117,5 +116,4 @@ use Scalar::Util 'isweak';
     ok(isweak($foo->{foo_weak}), '... it is a weak reference');
 }
 
-
-
+done_testing;