X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007-attributes.t;h=fdb3ed3091626895f6108a9dee64d2f4391a5152;hb=11d415286701d3b51e517cb6826138808967cb89;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',