X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F070_attribute_helpers%2F203_trait_hash.t;h=15bcda5a4f7ae07e8a336d107413f4e024ee4ac7;hb=a5209c2625a9f91cf03edd1134725d433cf11e6d;hp=f9b6fd39e839a330f7e4c35e819565667e1dbd10;hpb=d50fc84aa53134bd198765c1ae10531e7aaf2c26;p=gitmo%2FMoose.git diff --git a/t/070_attribute_helpers/203_trait_hash.t b/t/070_attribute_helpers/203_trait_hash.t index f9b6fd3..15bcda5 100644 --- a/t/070_attribute_helpers/203_trait_hash.t +++ b/t/070_attribute_helpers/203_trait_hash.t @@ -3,14 +3,10 @@ use strict; use warnings; -use Test::More tests => 47; +use Test::More tests => 46; use Test::Exception; use Test::Moose 'does_ok'; -BEGIN { - use_ok('Moose::AttributeHelpers'); -} - { package Stuff; use Moose;