Add tests for ->parent & ->parents on union type
[gitmo/Moose.git] / t / 000_load.t
index 298e89c..9cb0512 100644 (file)
@@ -3,8 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More;
 
 BEGIN {
-    use_ok('Moose');           
-}
\ No newline at end of file
+    use_ok('Moose');
+}
+
+done_testing;