X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcustom_exception_class_simple.t;h=8c8c0c245a510575c043ae3d66685a774b21daf3;hb=bedfa17f708442bb57308bf992ffcb857a6b22a8;hp=e87ed80dbe96e0181d3b028446e24900bc257b0e;hpb=5c6d829db5bd01e575b11b00c1ea26d5888d9bf0;p=catagits%2FCatalyst-Runtime.git diff --git a/t/custom_exception_class_simple.t b/t/custom_exception_class_simple.t index e87ed80..8c8c0c2 100644 --- a/t/custom_exception_class_simple.t +++ b/t/custom_exception_class_simple.t @@ -7,12 +7,6 @@ use lib "$Bin/lib"; use Test::More tests => 1; use Test::Exception; -TODO: { - local $TODO = 'Does not work yet'; - lives_ok { require TestAppClassExceptionSimpleTest; } 'Can load application'; - -} -