convert to using Test::Requires, and add explicit test counts
[gitmo/MooseX-ClassAttribute.git] / t / 08-role-composition.t
index 6cf2a02..6b99ed7 100644 (file)
@@ -1,13 +1,13 @@
 use strict;
 use warnings;
-use Test::More;
+
+use Test::More tests => 1;
 use Test::Exception;
 
 lives_ok {
     Bar->new->_connections;
 } 'finds a class attribute under role composition';
 
-done_testing;
 
 BEGIN {