X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03-introspection.t;h=3ea04b0a7c828ca98d87a5aa33aef043ffff4ab2;hb=55ea2495e75ea142465175668ffa8e6be7af2c22;hp=8c340d3c721a688076c691dff8d47ec461c3d62a;hpb=a3ced8835a2c0a744e7707022ede02ea4c521871;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/03-introspection.t b/t/03-introspection.t index 8c340d3..3ea04b0 100644 --- a/t/03-introspection.t +++ b/t/03-introspection.t @@ -3,7 +3,7 @@ use warnings; use lib 't/lib'; -use Test::More tests => 14; +use Test::More; # We just want the class definitions in here. use SharedTests; @@ -29,6 +29,7 @@ my @ca = qw( Delegatee Built LazyBuilt Triggerish + TriggerRecord ); is_deeply( @@ -103,3 +104,5 @@ ok( !Child->meta()->has_class_attribute_value('YetAnotherAttribute'), 'Child does not have a class attribute value for YetAnotherAttribute' ); + +done_testing();