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