X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F006_not_moose.t;h=f48b6856d5c191b39bc1354e0aab32b3f6c7ea19;hb=d7a80104bb058373d3685627779a8bd1fd893824;hp=46f64d91fe22c36c883f1267bb462a80c225c1dc;hpb=df3c7e86e3ace056979d28a5acb2d130fc57ab7c;p=gitmo%2FMooseX-Params-Validate.git diff --git a/t/006_not_moose.t b/t/006_not_moose.t index 46f64d9..f48b685 100644 --- a/t/006_not_moose.t +++ b/t/006_not_moose.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 2; +use Test::More; use Test::Exception; eval <<'EOF'; @@ -18,3 +18,5 @@ is( 'loading MX::Params::Validate in a non-Moose class does not blow up' ); ok( Foo->can('validated_hash'), 'validated_hash() sub was added to Foo package' ); + +done_testing();