X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F070_native_traits%2F020_remove_attribute.t;fp=t%2F070_native_traits%2F020_remove_attribute.t;h=5e9305dad9d7a9c80f21bf0164fae11275c038f0;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=49b2cbad7ad9a9d74dfd738f69988057d64efebd;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/070_native_traits/020_remove_attribute.t b/t/070_native_traits/020_remove_attribute.t index 49b2cba..5e9305d 100644 --- a/t/070_native_traits/020_remove_attribute.t +++ b/t/070_native_traits/020_remove_attribute.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More; use Test::Exception; { @@ -47,3 +47,5 @@ ok( !$page->can($_), "... our class no longer has the $_ method" ) for qw[ inc_counter reset_counter ]; + +done_testing;