require autoclean once only
[catagits/Catalyst-Runtime.git] / t / custom_exception_class_simple.t
index e87ed80..8c8c0c2 100644 (file)
@@ -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';
-
-}
-