use done_testing
[gitmo/MooseX-ClassAttribute.git] / t / 09-bare-native-traits.t
index a6b18ae..5c5f4e5 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 2;
+use Test::More;
 use Test::Fatal;
 
 {
@@ -29,3 +29,5 @@ is(
     undef,
     'Default builder in a native attribute trait is properly run when the attribute is defined with no standard accessors'
 );
+
+done_testing();