X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03-introspection.t;h=dee90d19959198b78d52558eeae2ba6514b12e6e;hb=7cd372c7899db99058113499845397260ebda10e;hp=3c3ac02558ef55cf9296b5cad72f862efa4f534c;hpb=ee29de7b83532784ecf67a6a72579f49855b281e;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/03-introspection.t b/t/03-introspection.t index 3c3ac02..dee90d1 100644 --- a/t/03-introspection.t +++ b/t/03-introspection.t @@ -15,8 +15,8 @@ ok( ok( HasClassAttribute->meta()->get_class_attribute('ObjectCount')->meta() - ->does_role('MooseX::ClassAttribute::Role::Meta::Attribute'), - 'get_class_attribute_list returns an object which does the MooseX::ClassAttribute::Role::Meta::Attribute role' + ->does_role('MooseX::ClassAttribute::Trait::Attribute'), + 'get_class_attribute_list returns an object which does the MooseX::ClassAttribute::Trait::Attribute role' ); my @ca = qw( Delegatee @@ -29,6 +29,7 @@ my @ca = qw( Delegatee Built LazyBuilt Triggerish + TriggerRecord ); is_deeply(