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=a28e50e44945358d15eb19e4688573741a319fe0;hp=9656e47a5ea633fc8378da42049e607567c5ee90;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;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;