X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007_basic_string.t;h=0b31d8b2b97082eac8ed8ed05bf0bdb92837a22c;hb=786dbc3d10c2609d567097725efcbbc833e82f4b;hp=eb54f1a3b2ea07d5cf9a9f939c0ac988f0d000d0;hpb=e993b282cf63b60c6c52987cd9f6ac93a27eba22;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/t/007_basic_string.t b/t/007_basic_string.t index eb54f1a..0b31d8b 100644 --- a/t/007_basic_string.t +++ b/t/007_basic_string.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 17; +use Test::More tests => 16; BEGIN { use_ok('MooseX::AttributeHelpers'); @@ -72,8 +72,6 @@ is($page->string, '', "clear"); my $string = $page->meta->get_attribute('string'); isa_ok($string, 'MooseX::AttributeHelpers::String'); -is($string->helper_type, 'Str', '... got the expected helper type'); - is($string->type_constraint->name, 'Str', '... got the expected type constraint'); is_deeply($string->provides, {