Missed a few use_ok calls that started warning now that Moose::Role
[gitmo/Moose.git] / t / 030_roles / 002_role.t
index 3b99de3..b03027d 100644 (file)
@@ -3,13 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 37;
+use Test::More tests => 36;
 use Test::Exception;
 
-BEGIN {  
-    use_ok('Moose::Role');               
-}
-
 =pod
 
 NOTE: