Ignore MYMETA.yml
[gitmo/MooseX-ClassAttribute.git] / t / 03-introspection.t
index 8c340d3..3ea04b0 100644 (file)
@@ -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();