Move aggregatable tests using TestApp to t/aggregate.
[catagits/Catalyst-Runtime.git] / t / live_engine_setup_plugins.t
diff --git a/t/live_engine_setup_plugins.t b/t/live_engine_setup_plugins.t
deleted file mode 100644 (file)
index d280551..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!perl
-
-use strict;
-use warnings;
-
-use FindBin;
-use lib "$FindBin::Bin/lib";
-
-use Test::More tests => 2;
-use Catalyst::Test 'TestApp';
-
-{
-  # Allow overriding automatic root.
-    ok( my $response = request('http://localhost/engine/response/headers/one'), 'Request' );
-    is( $response->header('X-Catalyst-Plugin-Setup'), '1' );
-}