todo test for the role composition issue
[gitmo/Moose.git] / t / 020_attributes / 025_chained_coercion.t
index 3975200..601a2fc 100644 (file)
@@ -3,8 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 4;
-use Test::Exception;
+use Test::More;
 
 {
     package Baz;
@@ -46,4 +45,4 @@ isa_ok($foo->bar, 'Bar');
 isa_ok($foo->bar->baz, 'Baz');
 is($foo->bar->baz->hello, 'World', '... this all worked fine');
 
-
+done_testing;