X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007-attributes.t;h=fdb3ed3091626895f6108a9dee64d2f4391a5152;hb=ab1a1cce52104e19f86fec43e8ffa9f008041ee5;hp=4316e256cdc2524beb42c1e5e94e47bfaf92e864;hpb=636c002e5c9f843ad7c7cfb35a1511b4ccbb562f;p=gitmo%2FMouse.git diff --git a/t/007-attributes.t b/t/007-attributes.t index 4316e25..fdb3ed3 100644 --- a/t/007-attributes.t +++ b/t/007-attributes.t @@ -8,7 +8,9 @@ do { package Class; use Mouse; - has 'x'; + has 'x' => ( + is => 'bare', + ); has 'y' => ( is => 'ro',