wrong expected result
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_component_setup_component.t
index a669e90..c2cab1e 100644 (file)
@@ -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;