X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F11-strict-role-composition.t;h=6cbc7bff29556c159d8d5aa10858aabe69d2ef81;hb=4b757b92cd9512ae47b6a60c8bec740e8810e96e;hp=48f704aaf4a31e47bda54ba6d3f3a897c53636a7;hpb=e3e09e66d5c29ad6632a6e795390e411fa3c6712;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/11-strict-role-composition.t b/t/11-strict-role-composition.t index 48f704a..6cbc7bf 100644 --- a/t/11-strict-role-composition.t +++ b/t/11-strict-role-composition.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 3; +use Test::More; use Test::Fatal; use Test::Requires { @@ -50,3 +50,5 @@ Foo->normal_method(); 'Delegated method from native attribute trait is properly composed from a strict role' ); } + +done_testing();