X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_component_setup_component.t;h=c2cab1eef781e4d108442db9da58fcedde378dd2;hb=41c0e09a56ab8ea4cc2dc249e7989101169189d0;hp=a669e90c90c04516227ec968f31b39878ce3d576;hpb=ba70cf579faaddb09d6a38f81dbf166a66d12484;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..c2cab1e 100644 --- a/t/aggregate/unit_core_component_setup_component.t +++ b/t/aggregate/unit_core_component_setup_component.t @@ -1,6 +1,8 @@ use strict; use warnings; -use Test::More tests => 13; + +# FIXME - backcompat? +use Test::More skip_all => "Removed setup_component from Catalyst.pm"; use Moose::Meta::Class; my %config = ( @@ -94,3 +96,5 @@ Moose::Meta::Class->create( $regular => ( is( $message, undef, "no exception thrown" ); isa_ok( $component, $regular, "the returned value is correct" ); } + +done_testing;