Remove use_ok tests
Dave Rolsky [Fri, 7 Nov 2008 19:42:20 +0000 (19:42 +0000)]
t/031_method_modifiers.t

index 8b42875..3ef94b8 100644 (file)
@@ -3,13 +3,11 @@
 use strict;
 use warnings;
 
-use Test::More tests => 26;
+use Test::More tests => 24;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Class::MOP');    
-    use_ok('Class::MOP::Method');
-}
+use Class::MOP;
+use Class::MOP::Method;
 
 # test before and afters
 {