X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbasic.t;h=964363006cd20aac864e3e30ca2137c3aae7b139;hb=54cc4bad8c14d4adadc4bef100f351a2ad0b01c9;hp=57ab8adcdf1513d3a0496cce729823f0cc24bfa6;hpb=5a0d49213abe7095b652c725efaad35cff6e24b9;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/t/basic.t b/t/basic.t index 57ab8ad..9643630 100644 --- a/t/basic.t +++ b/t/basic.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 15; +use Test::More; { @@ -184,3 +184,5 @@ like( $@, qr/unknown attribute.+: agent/, 'ImmutableTricky still blows up on unknown params other than spy' ); + +done_testing();