Merged 5.49_01 (r1339) from refactored branch to trunk
[catagits/Catalyst-Runtime.git] / t / engine / setup / basics.t
diff --git a/t/engine/setup/basics.t b/t/engine/setup/basics.t
deleted file mode 100644 (file)
index 5a27671..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!perl
-
-use strict;
-use warnings;
-
-use FindBin;
-use lib "$FindBin::Bin/../../lib";
-
-use Test::More tests => 1;
-use Catalyst::Test 'TestApp';
-
-{
-  # Allow overriding automatic root.
-  is(TestApp->config->{root},'/Users/chansen/src/MyApp/root');
-}