X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F023_attribute_names.t;h=ebcfd09a8c96003aee18e2853ed84bd1a6bdf194;hb=ad3882b59692e4e4eab99f9b183c941e6f63d3bd;hp=9656e47a5ea633fc8378da42049e607567c5ee90;hpb=52ac1d4a4961feee7a54e3b018fe1e609f1fe8a1;p=gitmo%2FMoose.git diff --git a/t/020_attributes/023_attribute_names.t b/t/020_attributes/023_attribute_names.t index 9656e47..ebcfd09 100644 --- a/t/020_attributes/023_attribute_names.t +++ b/t/020_attributes/023_attribute_names.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More; use Test::Exception; my $exception_regex = qr/You must provide a name for the attribute/; @@ -56,3 +56,4 @@ my $exception_regex = qr/You must provide a name for the attribute/; } 'has 0; works now'; } +done_testing;