Use done_testing
Dave Rolsky [Thu, 19 Aug 2010 04:36:52 +0000 (06:36 +0200)]
t/600_todo_tests/009_requirement_satisfaction_via_role.t

index 56b5d1f..530691c 100644 (file)
@@ -18,7 +18,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 2;
+use Test::More;
 use Test::Exception;
 use Test::NoWarnings;
 
@@ -44,3 +44,4 @@ use Test::NoWarnings;
     lives_ok { with 'Test::Role::ProvidesThing' } 'can compose role that imposes a requirement that a composed role satisfies';
 }
 
+done_testing;