X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F007_attribute_custom_metaclass.t;h=58c1ec1be88b274fd356d293b4928b51cbf9b43f;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=25c3d1bcf3a80033cd43edbad014dfd44b8148e3;hpb=ccd4cff9a83030a1d8d0f94e6617145d6755c798;p=gitmo%2FMoose.git diff --git a/t/020_attributes/007_attribute_custom_metaclass.t b/t/020_attributes/007_attribute_custom_metaclass.t index 25c3d1b..58c1ec1 100644 --- a/t/020_attributes/007_attribute_custom_metaclass.t +++ b/t/020_attributes/007_attribute_custom_metaclass.t @@ -3,11 +3,10 @@ use strict; use warnings; -use Test::More tests => 16; +use Test::More; use Test::Exception; - { package Foo::Meta::Attribute; use Moose; @@ -90,4 +89,4 @@ use Test::Exception; isa_ok($bar_attr, 'Moose::Meta::Attribute'); } - +done_testing;