die on attributes with no methods and no is => 'bare'
[gitmo/Moose.git] / t / 020_attributes / 024_attribute_traits_parameterized.t
index c85f187..2561b34 100644 (file)
@@ -25,6 +25,7 @@ use Test::More tests => 4;
                 },
             },
         ],
+        is => 'bare',
     );
 }
 
@@ -40,6 +41,7 @@ use Test::More tests => 4;
                 },
             },
         ],
+        is => 'bare',
     );
 }