X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_component_layers.t;h=d603b0b5c6ccb1d44c2eb5cf2d3f5b5762465c98;hb=5e3121a809731aef928f60a3ad6b9b68fb4a8a9c;hp=c15bc73ec5e5422700d82256fe031abe4c9b3dcc;hpb=9d8d71c2122d52b076bd17e8e53abd8d887ea949;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_component_layers.t b/t/aggregate/unit_core_component_layers.t index c15bc73..d603b0b 100644 --- a/t/aggregate/unit_core_component_layers.t +++ b/t/aggregate/unit_core_component_layers.t @@ -1,4 +1,4 @@ -use Test::More tests => 6; +use Test::More; use strict; use warnings; use lib 't/lib'; @@ -24,3 +24,4 @@ TestApp->setup; is($model_foo->model_quux_method, 'chunkybacon', 'Model method getting $self->{quux} from config'); +done_testing;