Make API docs look like other modules
[gitmo/Moose.git] / t / 020_attributes / 013_attr_dereference_test.t
index faa8a15..fa78897 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 11;
+use Test::More;
 use Test::Exception;
 
 
-
 {
     package Customer;
     use Moose;
@@ -79,3 +78,5 @@ use Test::Exception;
 
     is_deeply [ $autoderef->bar ], [ 1, 2, 3 ], '... auto-dereffed correctly';
 }
+
+done_testing;