X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmoo-accessors.t;h=5bb6b493ded0f0984593bebf5218463416dc5e77;hb=b826c41baa95eb7fa3d3eb2e4282bb7526939e2a;hp=a5d28c7dc8e3b9247ebde2863ea709c68a4f552a;hpb=b1eebd55fe3d34b6afa73a4880737dc91379b71e;p=gitmo%2FMoo.git diff --git a/t/moo-accessors.t b/t/moo-accessors.t index a5d28c7..5bb6b49 100644 --- a/t/moo-accessors.t +++ b/t/moo-accessors.t @@ -48,4 +48,7 @@ is_deeply( 'subclass with role ok' ); -done_testing; +ok(eval { Foo->meta->make_immutable }, 'make_immutable returns true'); +ok(!$INC{"Moose.pm"}, "Didn't load Moose"); + +done_testing unless caller;