X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_component_setup_component.t;h=d5a90669f85714faeacafcfa8539e98cc5e37ace;hb=5e3121a809731aef928f60a3ad6b9b68fb4a8a9c;hp=a669e90c90c04516227ec968f31b39878ce3d576;hpb=9d8d71c2122d52b076bd17e8e53abd8d887ea949;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_component_setup_component.t b/t/aggregate/unit_core_component_setup_component.t index a669e90..d5a9066 100644 --- a/t/aggregate/unit_core_component_setup_component.t +++ b/t/aggregate/unit_core_component_setup_component.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More tests => 13; +use Test::More; use Moose::Meta::Class; my %config = ( @@ -94,3 +94,5 @@ Moose::Meta::Class->create( $regular => ( is( $message, undef, "no exception thrown" ); isa_ok( $component, $regular, "the returned value is correct" ); } + +done_testing;