no runtime plugins; _test_plugins is method on application now
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_plugin.t
index 11cef84..6532834 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 24;
+use Test::More tests => 11;
 
 use lib 't/lib';
 
@@ -38,14 +38,9 @@ use Catalyst::Test qw/PluginTestApp/;
 
 ok( get("/compile_time_plugins"), "get ok" );
 is( $warnings, 0, 'no warnings' );
-# FIXME - Run time plugin support is insane, and should be removed
-#         for Catalyst 5.9
-ok( get("/run_time_plugins"),     "get ok" );
 
 local $ENV{CATALYST_DEBUG} = 0;
 
-is( $warnings, 1, '1 warning' );
-
 use_ok 'TestApp';
 my @expected = qw(
   Catalyst::Plugin::Test::Errors