Fix tests for Moose compatibility
[gitmo/Mouse.git] / t / 800_shikabased / 007-multi-roles.t
index 8334595..671e7d5 100644 (file)
@@ -1,9 +1,6 @@
 use strict;
 use warnings;
-use Test::More;
-
-plan skip_all => "Moose way 'with' function test" unless $ENV{MOUSE_DEVEL};
-plan tests => 3;
+use Test::More tests => 3;
 
 {
     package Requires;