remove trailing whitespace
[gitmo/Moose.git] / t / 020_attributes / 018_no_init_arg.t
index ae714ec..62f6e5a 100644 (file)
@@ -3,17 +3,15 @@
 use strict;
 use warnings;
 
-use Test::More tests => 5;
+use Test::More tests => 4;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');           
-}
+
 
 {
     package Foo;
     use Moose;
-    
+
     eval {
         has 'foo' => (
             is => "rw",