X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=trunk%2Ft%2Fcustom_exception_class_simple.t;fp=trunk%2Ft%2Fcustom_exception_class_simple.t;h=0000000000000000000000000000000000000000;hb=2757db2c7c600c8a0b8e2b4366f38c97804c2844;hp=8c8c0c245a510575c043ae3d66685a774b21daf3;hpb=ceae39c522c2145a453188867dd581062795ecee;p=catagits%2FCatalyst-Runtime.git diff --git a/trunk/t/custom_exception_class_simple.t b/trunk/t/custom_exception_class_simple.t deleted file mode 100644 index 8c8c0c2..0000000 --- a/trunk/t/custom_exception_class_simple.t +++ /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';