X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F09-bare-native-traits.t;h=5c5f4e52b5e1b65f06b0c6914768b4aa872a6335;hb=4b757b92cd9512ae47b6a60c8bec740e8810e96e;hp=a6b18ae3ba6bd5d6ee853648d4095484793076b6;hpb=e3e09e66d5c29ad6632a6e795390e411fa3c6712;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/09-bare-native-traits.t b/t/09-bare-native-traits.t index a6b18ae..5c5f4e5 100644 --- a/t/09-bare-native-traits.t +++ b/t/09-bare-native-traits.t @@ -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();