Trying to refresh branch
[catagits/Catalyst-Runtime.git] / trunk / t / custom_exception_class_simple.t
diff --git a/trunk/t/custom_exception_class_simple.t b/trunk/t/custom_exception_class_simple.t
deleted file mode 100644 (file)
index 8c8c0c2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env perl
-
-use strict;
-use warnings;
-use FindBin qw/$Bin/;
-use lib "$Bin/lib";
-use Test::More tests => 1;
-use Test::Exception;
-
-lives_ok {
-    require TestAppClassExceptionSimpleTest;
-} 'Can load application';