From: Shawn M Moore Date: Tue, 17 Jun 2008 04:17:16 +0000 (+0000) Subject: Fix tests for Squirrel::Role X-Git-Tag: 0.19~290 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7bbf018c8ddbc2f756865b01633b5a667a21d066;p=gitmo%2FMouse.git Fix tests for Squirrel::Role --- diff --git a/t/202-squirrel-role.t b/t/202-squirrel-role.t index 402f4d1..807ccbb 100644 --- a/t/202-squirrel-role.t +++ b/t/202-squirrel-role.t @@ -23,7 +23,7 @@ do { BEGIN { plan skip_all => "Moose required for this test" unless eval { require Moose::Role }; - plan tests => 12; + plan tests => 6; } do {