fix a test and clarify some docs
[gitmo/Moose.git] / t / 020_attributes / 009_attribute_inherited_slot_specs.t
index 1a61073..71bc254 100644 (file)
@@ -51,7 +51,7 @@ use Test::Exception;
 
     # this one will work here ....
     has 'fail' => (isa => 'CodeRef', is => 'bare');
-    has 'other_fail' => (metaclass => 'Thing::Meta::Attribute', is => 'bare');
+    has 'other_fail' => (metaclass => 'Thing::Meta::Attribute', is => 'bare', trigger => sub { });
 
     package Bar;
     use Moose;