Composite now implemented.
[gitmo/MooseX-AttributeHelpers.git] / t / 007_basic_string.t
index eb54f1a..0b31d8b 100644 (file)
@@ -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, {