merge trunk to pluggable errors
[gitmo/Moose.git] / t / 020_attributes / 005_attribute_does.t
index 8161537..d05a808 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 10;
+use Test::More tests => 9;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');           
-}
+
 
 {
     package Foo::Role;