do all the renaming that was discussed
[gitmo/Moose.git] / t / 070_attribute_helpers / 100_collection_with_roles.t
index 806d0c0..f03cffe 100644 (file)
@@ -12,7 +12,7 @@ use Test::More tests => 28;
     use Moose::AttributeHelpers;
 
     has observers => (
-        traits     => ['Collection::Array'],
+        traits     => ['Array'],
         is         => 'ro',
         isa        => 'ArrayRef[Observer]',
         auto_deref => 1,